mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 10:30:47 +01:00
feat: allow custom timezone, defaulting to UTC
This commit is contained in:
parent
16a628e111
commit
ce2caf7c8f
@ -11,6 +11,7 @@ services:
|
||||
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
|
||||
# (Optional) when creating a new database
|
||||
# - POSTGRES_DB=${POSTGRES_DB}
|
||||
- TZ=${TZ:-UTC}
|
||||
ports:
|
||||
- 5432:5432
|
||||
# (Optional) when using custom network, see also
|
||||
|
Loading…
Reference in New Issue
Block a user