mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -18,7 +18,7 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
restart: always
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
- wud.watch=false
|
||||
kestra:
|
||||
@ -31,7 +31,7 @@ services:
|
||||
- /share/docker_data/kestra/kestra-data:/app/storage
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /tmp/kestra-wd:/tmp/kestra-wd
|
||||
restart: always
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
- wud.display.icon=mdi:evernote
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
|
Reference in New Issue
Block a user