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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user