Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 19s
All checks were successful
Deploy / Deploy (push) Successful in 19s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user