1
0

Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 19s

This commit is contained in:
2026-02-20 19:45:22 +00:00
parent f05c1c0767
commit c8ebce8df6

View File

@@ -25,6 +25,10 @@ services:
- 5000:5000 - 5000:5000
volumes: volumes:
- /mnt/docker_registry_2/data:/var/lib/registry:rw - /mnt/docker_registry_2/data:/var/lib/registry:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
registry_ui: registry_ui:
container_name: docker_registry_ui container_name: docker_registry_ui
@@ -49,6 +53,10 @@ services:
- docker_registry_network - docker_registry_network
ports: ports:
- 5002:80 - 5002:80
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
secrets: secrets:
registry_auth_htpasswd: registry_auth_htpasswd: