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
|
PGDATA: /var/lib/postgresql/data
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data:rw
|
- postgres_data:/var/lib/postgresql/data:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
init:
|
init:
|
||||||
image: busybox:1.37.0
|
image: busybox:1.37.0
|
||||||
@@ -56,6 +60,10 @@ services:
|
|||||||
# Mount all named volumes so they can be initialised
|
# Mount all named volumes so they can be initialised
|
||||||
- http_cache:/http_cache:rw
|
- http_cache:/http_cache:rw
|
||||||
- postgres_data:/postgres_data:rw
|
- postgres_data:/postgres_data:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
cipher_network:
|
cipher_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user