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