Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 14s
All checks were successful
Deploy / Deploy (push) Successful in 14s
This commit is contained in:
@@ -20,6 +20,10 @@ services:
|
|||||||
- 8448:8448 # Matrix Federation Port
|
- 8448:8448 # Matrix Federation Port
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config:rw
|
- config:/config:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
init:
|
init:
|
||||||
image: busybox:1.37.0
|
image: busybox:1.37.0
|
||||||
@@ -34,6 +38,10 @@ services:
|
|||||||
- /etc/group:/etc/group:ro
|
- /etc/group:/etc/group:ro
|
||||||
# Mount all named volumes so they can be initialised
|
# Mount all named volumes so they can be initialised
|
||||||
- config:/config:rw
|
- config:/config:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nginx_proxy_manager_network:
|
nginx_proxy_manager_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user