Set TZ to Europe/Berlin for all compose services
This commit is contained in:
parent
1270d63707
commit
49e1f260c5
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue