Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 44s
All checks were successful
Deploy / Deploy (push) Successful in 44s
This commit is contained in:
@@ -22,6 +22,10 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 120s
|
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.
|
# Resolve "localhost:3200" in the museum container to the minio container.
|
||||||
socat:
|
socat:
|
||||||
@@ -54,6 +58,10 @@ services:
|
|||||||
ENTE_API_ORIGIN: https://api.ente.kappeh.org # http://localhost:8080
|
ENTE_API_ORIGIN: https://api.ente.kappeh.org # http://localhost:8080
|
||||||
ENTE_ALBUMS_ORIGIN: https://albums.ente.kappeh.org # https://localhost:3002
|
ENTE_ALBUMS_ORIGIN: https://albums.ente.kappeh.org # https://localhost:3002
|
||||||
ENTE_PHOTOS_ORIGIN: https://photos.ente.kappeh.org # http://localhost:3007
|
ENTE_PHOTOS_ORIGIN: https://photos.ente.kappeh.org # http://localhost:3007
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: ente_postgres
|
container_name: ente_postgres
|
||||||
@@ -76,6 +84,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/passwd:/etc/passwd:ro
|
- /etc/passwd:/etc/passwd:ro
|
||||||
- /mnt/ente_1/postgres_data:/var/lib/postgresql/data:rw
|
- /mnt/ente_1/postgres_data:/var/lib/postgresql/data:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
container_name: ente_minio
|
container_name: ente_minio
|
||||||
@@ -114,6 +126,10 @@ services:
|
|||||||
mc mb -p wasabi-eu-central-2-v3 || true
|
mc mb -p wasabi-eu-central-2-v3 || true
|
||||||
mc mb -p scw-eu-fr-v3 || true
|
mc mb -p scw-eu-fr-v3 || true
|
||||||
'
|
'
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ente_network:
|
ente_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user