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

This commit is contained in:
decentral1se 2023-07-20 17:06:08 +02:00
parent 7b1b5c37ed
commit 795c2eb685
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ services:
- telegram-data:/telegram-data - telegram-data:/telegram-data
telegrambridge: telegrambridge:
image: dock.mau.dev/mautrix/telegram:v0.14.0 image: dock.mau.dev/mautrix/telegram:v0.14.1
depends_on: depends_on:
- telegramdb - telegramdb
configs: configs:

View File

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