chore: publish 3.10.0+v1.88.0 release
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7b1b5c37ed
commit
795c2eb685
@ -10,7 +10,7 @@ services:
|
||||
- telegram-data:/telegram-data
|
||||
|
||||
telegrambridge:
|
||||
image: dock.mau.dev/mautrix/telegram:v0.14.0
|
||||
image: dock.mau.dev/mautrix/telegram:v0.14.1
|
||||
depends_on:
|
||||
- telegramdb
|
||||
configs:
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "matrixdotorg/synapse:v1.87.0"
|
||||
image: "matrixdotorg/synapse:v1.88.0"
|
||||
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.9.1+v1.87.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.10.0+v1.88.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
|
||||
|
Loading…
Reference in New Issue
Block a user