Set TZ to Europe/Berlin for all compose services

This commit is contained in:
Stefan Heyn 2026-03-04 17:10:15 +01:00
parent 1270d63707
commit 49e1f260c5

View file

@ -9,6 +9,8 @@
stdin_open: true
tty: true
shm_size: "1gb"
environment:
- TZ=Europe/Berlin
volumes:
- ./downloads:/downloads
- ./state:/root/.amazon_invoice_downloader
@ -26,6 +28,7 @@
shm_size: "1gb"
profiles: ["configure"]
environment:
- TZ=Europe/Berlin
- DISPLAY=${DISPLAY:-}
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
@ -44,6 +47,7 @@
shm_size: "1gb"
profiles: ["configure-novnc"]
environment:
- TZ=Europe/Berlin
- MARKETPLACE=de
- DOWNLOAD_DIR=/downloads
- LOGIN_WAIT_SECONDS=60