diff --git a/hosts/franz/arion/media/arion-compose.nix b/hosts/franz/arion/media/arion-compose.nix index 5dcea1c..975323a 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -21,6 +21,12 @@ "traefik.http.services.jellyfin.loadbalancer.passHostHeader" = "true"; "traefik.http.routers.jellyfin.tls" = "true"; "traefik.http.routers.jellyfin.tls.certresolver" = "letsencrypt"; + + "diun.enable" = "true"; + "diun.watch_repo" = "true"; + "diun.sort_tags" = "semver"; + "diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$"; + "diun.exclude_tags" = "\\b\\d{4,}\\b"; }; volumes = [ "/storage/dataset/docker/media/jellyfin_data:/config"