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

This commit is contained in:
2026-02-20 20:51:56 +00:00
parent 9ff2457779
commit a78a5c7795

View File

@@ -22,6 +22,10 @@ services:
timeout: 5s
retries: 3
start_period: 120s
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
# Resolve "localhost:3200" in the museum container to the minio container.
socat:
@@ -54,6 +58,10 @@ services:
ENTE_API_ORIGIN: https://api.ente.kappeh.org # http://localhost:8080
ENTE_ALBUMS_ORIGIN: https://albums.ente.kappeh.org # https://localhost:3002
ENTE_PHOTOS_ORIGIN: https://photos.ente.kappeh.org # http://localhost:3007
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
postgres:
container_name: ente_postgres
@@ -76,6 +84,10 @@ services:
volumes:
- /etc/passwd:/etc/passwd:ro
- /mnt/ente_1/postgres_data:/var/lib/postgresql/data:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
minio:
container_name: ente_minio
@@ -114,6 +126,10 @@ services:
mc mb -p wasabi-eu-central-2-v3 || true
mc mb -p scw-eu-fr-v3 || true
'
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
ente_network: