feat: Add TZ env variable for settting container timezone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user