Define timezone as variable

This commit is contained in:
Jake Howard
2021-02-10 09:12:42 +00:00
parent 635f55d7bf
commit 47df8164fa
11 changed files with 12 additions and 11 deletions

View File

@ -5,7 +5,7 @@ services:
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ=Europe/London
- TZ={{ TZ }}
restart: unless-stopped
volumes:
- ./calibre:/config

View File

@ -3,7 +3,7 @@ services:
gotify:
image: gotify/server:2.0.21
environment:
- TZ=Europe/London
- TZ={{ TZ }}
volumes:
- ./data:/app/data
restart: unless-stopped

View File

@ -5,7 +5,7 @@ services:
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ=Europe/London
- TZ={{ TZ }}
ports:
- 33377:80
restart: unless-stopped

View File

@ -6,7 +6,7 @@ services:
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ=Europe/London
- TZ={{ TZ }}
- DOCKER_MODS=theorangeone/lsio-mod-more-processes:latest
volumes:
- ./nextcloud/apps:/config/www/nextcloud/apps

View File

@ -5,7 +5,7 @@ services:
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ=Europe/London
- TZ={{ TZ }}
- DB_BACKEND=PostgreSQL
- DB_PGSQL_USERNAME=quassel
- DB_PGSQL_PASSWORD=quassel

View File

@ -6,7 +6,7 @@ services:
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
- TZ=Europe/London
- TZ={{ TZ }}
volumes:
- ./tt-rss/config.php:/config/config.php:ro
- ./tt-rss/feed-icons:/config/feed-icons