Change to TZ env var.
This commit is contained in:
parent
26e4b9228c
commit
285dfd90f6
2 changed files with 2 additions and 6 deletions
|
@ -30,14 +30,12 @@ services:
|
|||
PG_DB: ${PG_DB}
|
||||
TIMESCALEDB_ENABLED: ${TIMESCALEDB_ENABLED}
|
||||
LOG_LEVEL: ${LOG_LEVEL}
|
||||
TZ: ${TZ}
|
||||
depends_on:
|
||||
timescaledb:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
networks:
|
||||
internal:
|
||||
|
|
|
@ -10,6 +10,4 @@ services:
|
|||
PG_DB: ${PG_DB}
|
||||
TIMESCALEDB_ENABLED: ${TIMESCALEDB_ENABLED}
|
||||
LOG_LEVEL: ${LOG_LEVEL}
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
TZ: ${TZ}
|
Loading…
Reference in a new issue