diff --git a/compose.template.yml b/compose.template.yml index 8abfed5..d89c0a6 100644 --- a/compose.template.yml +++ b/compose.template.yml @@ -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: