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

This commit is contained in:
2026-02-20 21:02:39 +00:00
parent d142034c08
commit ae418c27db

View File

@@ -41,6 +41,10 @@ services:
PGDATA: /var/lib/postgresql/data
volumes:
- postgres_data:/var/lib/postgresql/data:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
init:
image: busybox:1.37.0
@@ -56,6 +60,10 @@ services:
# Mount all named volumes so they can be initialised
- http_cache:/http_cache:rw
- postgres_data:/postgres_data:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
cipher_network: