add timezone env TX
This commit is contained in:
parent
705f81dfb2
commit
936d2c7044
@ -15,6 +15,8 @@ LOG_LEVEL=warn
|
|||||||
|
|
||||||
SECRET_ADMIN_TOKEN_VERSION=v1 # length=48
|
SECRET_ADMIN_TOKEN_VERSION=v1 # length=48
|
||||||
|
|
||||||
|
TX="Europe/Berlin"
|
||||||
|
|
||||||
## DB settings
|
## DB settings
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
||||||
#SECRET_DB_PASSWORD_VERSION=v1
|
#SECRET_DB_PASSWORD_VERSION=v1
|
||||||
|
@ -16,6 +16,7 @@ services:
|
|||||||
- "EXTENDED_LOGGING=$EXTENDED_LOGGING"
|
- "EXTENDED_LOGGING=$EXTENDED_LOGGING"
|
||||||
- "LOG_FILE=$LOG_FILE"
|
- "LOG_FILE=$LOG_FILE"
|
||||||
- "LOG_LEVEL=$LOG_LEVEL"
|
- "LOG_LEVEL=$LOG_LEVEL"
|
||||||
|
- "TX=${TX:-Europe/Berlin}"
|
||||||
configs:
|
configs:
|
||||||
- source: app_entrypoint
|
- source: app_entrypoint
|
||||||
target: /docker-entrypoint.sh
|
target: /docker-entrypoint.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user