From 4c0de5e554e870dfc993a4504150d045ecb7e1ef Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 20 Feb 2026 21:02:39 +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 f566c04..f5c7a2e 100644 --- a/compose.yml +++ b/compose.yml @@ -41,6 +41,10 @@ services: PGDATA: /var/lib/postgresql/data volumes: - postgres_data:/var/lib/postgresql/data:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -56,6 +60,10 @@ services: # Mount all named volumes so they can be initialised - http_cache:/http_cache:rw - postgres_data:/postgres_data:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: cipher_network: