fix: correct timezone
This commit is contained in:
parent
1b5bc974ce
commit
60d3848729
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
- "TZ"
|
||||
- "POSTGRES_HOST=db"
|
||||
- "POSTGRES_PORT=5432"
|
||||
- TZ=Europe/Zurich
|
||||
- POSTGRES_HOST=db
|
||||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_DB=${DC_SPLIIT_DB:-spliit}
|
||||
- POSTGRES_USER=${DC_SPLIIT_USER:-spliit}
|
||||
- POSTGRES_PASSWORD=${DC_SPLIIT_PASS:?}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue