From 21edce18bc5564fe238cd248fc14fe4e8163be2e Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 20 Feb 2026 20:24:16 +0000 Subject: [PATCH] Enable docker image update notifications --- compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/compose.yml b/compose.yml index 668af81..02e6b8b 100644 --- a/compose.yml +++ b/compose.yml @@ -33,6 +33,10 @@ services: - 149.112.112.112 # Quad9 ports: - 8008:8008 + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" postgres: image: docker.io/postgres:17.4 @@ -60,6 +64,10 @@ services: - postgres_data:/var/lib/postgresql/data:rw networks: - synapse_network + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -75,6 +83,10 @@ services: # Mount all named volumes so they can be initialised - synapse_data:/synapse_data:rw - postgres_data:/postgres_data:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" secrets: signing_key: