diff --git a/compose.yml b/compose.yml index f566c04..9f28198 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: