fixup! Postgres db macro
This commit is contained in:
parent
acf661b38d
commit
649b202af0
@ -62,7 +62,8 @@ services:
|
||||
- "traefik.http.services.matrix-well-known.loadbalancer.server.port=80"
|
||||
|
||||
cinny:
|
||||
image: registry.tobiasmanske.de/cinnyapp/cinny:latest
|
||||
image: ghcr.io/cinnyapp/cinny:latest
|
||||
# image: registry.tobiasmanske.de/cinnyapp/cinny:latest
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
@ -93,7 +94,7 @@ services:
|
||||
- "SYNCV3_SECRET={{ matrix.syncv3.secret }}"
|
||||
- "SYNCV3_BINDADDR=:8008"
|
||||
- "SYNCV3_PROM=:2112"
|
||||
- "SYNCV3_DB=user={{ matrix.syncv3.user }} dbname={{ matrix.syncv3.database }} sslmode=disable host=syncv3-db password='{{ matrix.syncv3.password }}'"
|
||||
- "SYNCV3_DB=user={{ matrix.syncv3.user }} dbname={{ matrix.syncv3.database }} sslmode=disable host=db-syncv3 password='{{ matrix.syncv3.password }}'"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=${COMPOSE_PROJECT_NAME}_default"
|
||||
|
Loading…
Reference in New Issue
Block a user