mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 07:50:11 -08:00
add default watch setting for Docker provider in diun compose file
This commit is contained in:
@@ -13,10 +13,11 @@ services:
|
||||
- DIUN_WATCH_JITTER=30s
|
||||
- DIUN_DEFAULTS_NOTIFYON=new,update
|
||||
- DIUN_PROVIDERS_DOCKER=true
|
||||
- DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true
|
||||
- DIUN_NOTIF_TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
- DIUN_NOTIF_TELEGRAM_CHATIDS=${TELEGRAM_CHAT_ID}
|
||||
- LOG_LEVEL=debug
|
||||
- LOG_JSON=false
|
||||
#- DIUN_NOTIF_TELEGRAM_TEMPLATEBODY=${TELEGRAM_TEMPLATE}
|
||||
labels:
|
||||
- diun.enable=true
|
||||
restart: unless-stopped
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user