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

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
DEBUG=${DEBUG:-false}
TIMEZONE=${TIMEZONE:-UTC}
TIMEZONE=${TIMEZONE:-${TZ:-UTC}}
SALT_API_SERVICE_ENABLED=${SALT_API_SERVICE_ENABLED:-false}
SALT_API_USER=${SALT_API_USER:-salt_api}