Enable docker image update notifications
Some checks failed
Deploy / Deploy (push) Failing after 16s
Some checks failed
Deploy / Deploy (push) Failing after 16s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user