diff --git a/compose.yml b/compose.yml index ff3125a..d5b3d2a 100644 --- a/compose.yml +++ b/compose.yml @@ -25,6 +25,10 @@ services: - 5000:5000 volumes: - /mnt/docker_registry_2/data:/var/lib/registry:rw + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" registry_ui: container_name: docker_registry_ui @@ -49,6 +53,10 @@ services: - docker_registry_network ports: - 5002:80 + labels: + diun.enable: "true" + diun.watch_repo: "true" + diun.include_tags: "latest" secrets: registry_auth_htpasswd: