From 5da7c71722903cca1efa59ba24442e7cb0e6b83d Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 12 Mar 2025 18:29:59 +0100 Subject: [PATCH] make some changes --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5b0f7a8..e7c91ec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,11 +13,12 @@ services: - "DIUN_WATCH_SCHEDULE=0 */6 * * *" - "DIUN_WATCH_JITTER=30s" - "DIUN_PROVIDERS_DOCKER=true" + - "LOG_LEVEL=info" + - "LOG_JSON=false" - "DIUN_NOTIF_MAIL_HOST=mail.serveur" - "DIUN_NOTIF_MAIL_PORT=25" - "DIUN_NOTIF_MAIL_SSL=false" - - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true" - - "DIUN_NOTIF_MAIL_LOCALNAME=diun@sda.zone" + - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=false" - "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_PASSWORD=sda101176" - "DIUN_NOTIF_MAIL_FROM=diun@sda.zone"