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