chore: publish 3.13.0+v1.92.2 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2023-09-15 15:50:35 +02:00
parent 3c772cc1e5
commit 7ead29b750
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.90.0"
image: "matrixdotorg/synapse:v1.92.2"
volumes:
- "data:/data"
depends_on:
@ -61,7 +61,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.12.0+v1.90.0"
- "coop-cloud.${STACK_NAME}.version=3.13.0+v1.92.2"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]