Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 24s
All checks were successful
Deploy / Deploy (push) Successful in 24s
This commit is contained in:
12
compose.yml
12
compose.yml
@@ -33,6 +33,10 @@ services:
|
||||
- 149.112.112.112 # Quad9
|
||||
ports:
|
||||
- 8008:8008
|
||||
labels:
|
||||
diun.enable: "true"
|
||||
diun.watch_repo: "true"
|
||||
diun.include_tags: "latest"
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:17.4
|
||||
@@ -60,6 +64,10 @@ services:
|
||||
- postgres_data:/var/lib/postgresql/data:rw
|
||||
networks:
|
||||
- synapse_network
|
||||
labels:
|
||||
diun.enable: "true"
|
||||
diun.watch_repo: "true"
|
||||
diun.include_tags: "latest"
|
||||
|
||||
init:
|
||||
image: busybox:1.37.0
|
||||
@@ -75,6 +83,10 @@ services:
|
||||
# Mount all named volumes so they can be initialised
|
||||
- synapse_data:/synapse_data:rw
|
||||
- postgres_data:/postgres_data:rw
|
||||
labels:
|
||||
diun.enable: "true"
|
||||
diun.watch_repo: "true"
|
||||
diun.include_tags: "latest"
|
||||
|
||||
secrets:
|
||||
signing_key:
|
||||
|
||||
Reference in New Issue
Block a user