We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c2a3f commit adacbb6Copy full SHA for adacbb6
config/prod.env
@@ -8,6 +8,7 @@ SIGNING_KEY=wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
8
# The server's timezone, for a list of possible names:
9
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
10
TIME_ZONE=Europe/Berlin
11
+TZ=Europe/Berlin
12
13
#
14
# Consult the deployment section in the readme if you are running this behind a
docker-compose.yml
@@ -52,6 +52,7 @@ services:
52
- POSTGRES_USER=wger
53
- POSTGRES_PASSWORD=wger
54
- POSTGRES_DB=wger
55
+ - TZ=Europe/Berlin
56
volumes:
57
- postgres-data:/var/lib/postgresql/data/
58
expose:
0 commit comments