diff --git a/hosts/franz/arion/infrastructure/arion-compose.nix b/hosts/franz/arion/infrastructure/arion-compose.nix index f48029c..83e3ea1 100644 --- a/hosts/franz/arion/infrastructure/arion-compose.nix +++ b/hosts/franz/arion/infrastructure/arion-compose.nix @@ -112,18 +112,18 @@ "/storage/dataset/docker/infrastructure/diun_data:/data" "/var/run/docker.sock:/var/run/docker.sock" ]; - labels = { - "diun.enable" = "true"; - }; environment = { TZ = "Europe/Berlin"; LOG_LEVEL = "info"; + #Only when setting workers=1 sorting can be actually observed DIUN_WATCH_WORKERS = "20"; DIUN_WATCH_SCHEDULE = "0 */6 * * *"; DIUN_WATCH_JITTER = "30s"; DIUN_WATCH_RUNONSTARTUP = "true"; DIUN_PROVIDERS_DOCKER = "true"; - DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT = "true"; + + DIUN_DEFAULTS_MAXTAGS = 1; + DIUN_DEFAULTS_NOTIFYON = "new"; DIUN_NOTIF_NTFY_ENDPOINT = "http://ntfy"; DIUN_NOTIF_NTFY_TOPIC = "docker-updates";