diff --git a/compose.yml b/compose.yml index c7a3cea..e43b87c 100644 --- a/compose.yml +++ b/compose.yml @@ -16,6 +16,10 @@ services: volumes: - config:/config:rw - /mnt/home_assistant_1/backups:/config/backups:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" init: image: busybox:1.37.0 @@ -30,6 +34,10 @@ services: - /etc/group:/etc/group:ro # Mount all named volumes so they can be initialised - config:/config:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" volumes: config: