From 4e00e52fa5c70f0d83be119e240008cf79be85a4 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 21 Apr 2026 21:45:54 +0100 Subject: [PATCH] Enable diun --- compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yml b/compose.yml index 691ffc8..25d35c5 100644 --- a/compose.yml +++ b/compose.yml @@ -22,6 +22,10 @@ services: - /services/syncthing/data/KeePass:/source/KeePass:ro - /services/syncthing/data/Obsidian:/source/Obsidian:ro - /services/syncthing/data/SMS:/source/SMS:ro + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -37,6 +41,10 @@ services: # Mount all named volumes so they can be initialised - data:/data:rw - source:/source:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" networks: duplicati_network: