File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ---
21#
32# The following example uses:
43#
2322 from_email : " wger@example.com"
2423 secret :
2524 password : XXXXXXXXXXXXXXXXXXXXXXX
26- # JWT auth
27- jwt :
28- secret :
29- update : true
30- # JWT keys, used by the mobile app. This default NEEDS to be changed.
31- # Generate fresh keys with: docker compose exec web ./manage.py generate-jwt-keys
32- # @todo autogenerate a new key and save it into the secret when installing
33- # currently there is a hardcoded default key so that the installation works
34- privateKey : " my_private_key"
35- publicKey : " my_public_key"
3625
3726 axes :
3827 enabled : true
4938 media : wger-media
5039 static : wger-static
5140 celeryBeat : wger-celery-beat
52- environment :
53- - name : GUNICORN_CMD_ARGS
54- value : " --timeout 240 --workers 2 --worker-class gthread --threads 3 --forwarded-allow-ips * --proxy-protocol True --access-logformat='%(h)s %(l)s %({client-ip}i)s %(l)s %({x-real-ip}i)s %(l)s %({x-forwarded-for}i)s %(l)s %(t)s \" %(r)s\" %(s)s %(b)s \" %(f)s\" \" %(a)s\" ' --access-logfile - --error-logfile -"
5541
5642celery :
5743 enabled : true
You can’t perform that action at this time.
0 commit comments