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

This commit is contained in:
2026-02-20 20:08:51 +00:00
parent c779f7555e
commit e7b308e1a9

View File

@@ -14,6 +14,10 @@ services:
ports:
- 3000:3000
- 2222:2222
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
gitea_runner:
container_name: gitea_runner
@@ -36,6 +40,10 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:rw
networks:
- gitea_network
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
gitea_network: