chore: upgrade synapse to v1.157.2, mautrix-telegram to v0.2607.0
cc-ci/testme Drone build #1196: success (full suite green)

This commit is contained in:
autonomic-bot
2026-08-04 05:18:18 +00:00
parent 5ad1781bc8
commit 2418f317ac
6 changed files with 516 additions and 597 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ RETENTION_MAX_LIFETIME=4w
#VERIFY_SSL=false #VERIFY_SSL=false
#ENABLE_ENCRYPTION=true #ENABLE_ENCRYPTION=true
#TELEGRAM_APP_ID= #TELEGRAM_APP_ID=
#TELEGRAM_BRIDGE_PERMISSIONS="{ \"*\": \"relay\", \"@foo:matrix.example.com\": \"admin\" }" #TELEGRAM_BRIDGE_PERMISSIONS="{ \"*\": \"relaybot\", \"@foo:matrix.example.com\": \"admin\" }"
#TELEGRAM_SYNC_CHANNEL_MEMBERS=true #TELEGRAM_SYNC_CHANNEL_MEMBERS=true
#SECRET_TELEGRAM_DB_PASSWORD_VERSION=v1 #SECRET_TELEGRAM_DB_PASSWORD_VERSION=v1
#SECRET_TELEGRAM_API_HASH_VERSION=v1 #SECRET_TELEGRAM_API_HASH_VERSION=v1
+1 -1
View File
@@ -30,7 +30,7 @@ services:
- internal - internal
discorddb: discorddb:
image: postgres:14-alpine image: postgres:13-alpine
secrets: secrets:
- discord_db_password - discord_db_password
environment: environment:
+2 -2
View File
@@ -10,7 +10,7 @@ services:
- signal-data:/signal-data - signal-data:/signal-data
signalbridge: signalbridge:
image: dock.mau.dev/mautrix/signal:v0.2607.0 image: dock.mau.dev/mautrix/signal:v26.02.2
depends_on: depends_on:
- signaldb - signaldb
configs: configs:
@@ -35,7 +35,7 @@ services:
- internal - internal
signaldb: signaldb:
image: postgres:14-alpine image: postgres:13-alpine
secrets: secrets:
- signal_db_password - signal_db_password
environment: environment:
+1 -1
View File
@@ -40,7 +40,7 @@ services:
- internal - internal
telegramdb: telegramdb:
image: postgres:14-alpine image: postgres:13-alpine
secrets: secrets:
- telegram_db_password - telegram_db_password
environment: environment:
+2 -2
View File
@@ -43,7 +43,7 @@ services:
start_period: 2m start_period: 2m
app: app:
image: "matrixdotorg/synapse:v1.157.1" image: "matrixdotorg/synapse:v1.157.2"
volumes: volumes:
- "data:/data" - "data:/data"
secrets: secrets:
@@ -114,7 +114,7 @@ services:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
labels: labels:
- "coop-cloud.${STACK_NAME}.version=7.3.0+v1.155.0" - "coop-cloud.${STACK_NAME}.version=7.3.1+v1.157.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"] test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
+509 -590
View File
File diff suppressed because it is too large Load Diff