make some changes

This commit is contained in:
2025-03-12 18:29:59 +01:00
parent 56632abe69
commit 5da7c71722
+3 -2
View File
@@ -13,11 +13,12 @@ services:
- "DIUN_WATCH_SCHEDULE=0 */6 * * *" - "DIUN_WATCH_SCHEDULE=0 */6 * * *"
- "DIUN_WATCH_JITTER=30s" - "DIUN_WATCH_JITTER=30s"
- "DIUN_PROVIDERS_DOCKER=true" - "DIUN_PROVIDERS_DOCKER=true"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
- "DIUN_NOTIF_MAIL_HOST=mail.serveur" - "DIUN_NOTIF_MAIL_HOST=mail.serveur"
- "DIUN_NOTIF_MAIL_PORT=25" - "DIUN_NOTIF_MAIL_PORT=25"
- "DIUN_NOTIF_MAIL_SSL=false" - "DIUN_NOTIF_MAIL_SSL=false"
- "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true" - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=false"
- "DIUN_NOTIF_MAIL_LOCALNAME=diun@sda.zone"
- "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone"
- "DIUN_NOTIF_MAIL_PASSWORD=sda101176" - "DIUN_NOTIF_MAIL_PASSWORD=sda101176"
- "DIUN_NOTIF_MAIL_FROM=diun@sda.zone" - "DIUN_NOTIF_MAIL_FROM=diun@sda.zone"