feat: Add TZ env variable for settting container timezone

This commit is contained in:
Carlos Álvaro
2021-12-19 19:52:54 +01:00
parent 28724ede49
commit 8a908ed6fb
4 changed files with 11 additions and 10 deletions

View File

@@ -18,12 +18,12 @@ services:
test: ["CMD", "/usr/local/sbin/healthcheck"]
start_period: 30s
environment:
- DEBUG=false
- TIMEZONE=Europe/Madrid
- PUID=1000
- PGID=1000
- SALT_LOG_LEVEL=info
DEBUG: 'false'
TZ: Europe/Madrid
PUID: 1000
PGID: 1000
SALT_LOG_LEVEL: info
### salt-api settings
# - SALT_API_SERVICE_ENABLED=true
# - SALT_API_USER=salt_api
# - SALT_API_USER_PASS=4wesome-Pass0rd
# SALT_API_SERVICE_ENABLED: 'true'
# SALT_API_USER: salt_api
# SALT_API_USER_PASS: 4wesome-Pass0rd