From e7b308e1a97989085f627885520515bdaf34d634 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 20 Feb 2026 20:08:51 +0000 Subject: [PATCH] Enable docker image update notifications --- compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yml b/compose.yml index 26b3605..9a1c5d8 100644 --- a/compose.yml +++ b/compose.yml @@ -14,6 +14,10 @@ services: ports: - 3000:3000 - 2222:2222 + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" gitea_runner: container_name: gitea_runner @@ -36,6 +40,10 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw networks: - gitea_network + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: gitea_network: