Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 9s
All checks were successful
Deploy / Deploy (push) Successful in 9s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user