chore: publish 5.1.0+1.25.3 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2024-02-08 14:47:50 -03:00
parent fd601c23f3
commit 11f70b7878
2 changed files with 4 additions and 4 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.2 image: dock.mau.dev/mautrix/telegram:v0.15.1
depends_on: depends_on:
- telegramdb - telegramdb
configs: configs:

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: nginx:1.23.3 image: nginx:1.25.3
networks: networks:
- proxy - proxy
- internal - internal
@ -27,7 +27,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=5.0.2+v1.93.0" - "coop-cloud.${STACK_NAME}.version=5.1.0+1.25.3"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck: healthcheck:
test: curl -f http://synapse:8008/health || exit 1 test: curl -f http://synapse:8008/health || exit 1
@ -36,7 +36,7 @@ services:
retries: 20 retries: 20
synapse: synapse:
image: "matrixdotorg/synapse:v1.93.0" image: "matrixdotorg/synapse:v1.100.0"
volumes: volumes:
- "data:/data" - "data:/data"
secrets: secrets: