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
#ENABLE_ENCRYPTION=true
#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
#SECRET_TELEGRAM_DB_PASSWORD_VERSION=v1
#SECRET_TELEGRAM_API_HASH_VERSION=v1
+1 -1
View File
@@ -30,7 +30,7 @@ services:
- internal
discorddb:
image: postgres:14-alpine
image: postgres:13-alpine
secrets:
- discord_db_password
environment:
+2 -2
View File
@@ -10,7 +10,7 @@ services:
- signal-data:/signal-data
signalbridge:
image: dock.mau.dev/mautrix/signal:v0.2607.0
image: dock.mau.dev/mautrix/signal:v26.02.2
depends_on:
- signaldb
configs:
@@ -35,7 +35,7 @@ services:
- internal
signaldb:
image: postgres:14-alpine
image: postgres:13-alpine
secrets:
- signal_db_password
environment:
+1 -1
View File
@@ -40,7 +40,7 @@ services:
- internal
telegramdb:
image: postgres:14-alpine
image: postgres:13-alpine
secrets:
- telegram_db_password
environment:
+2 -2
View File
@@ -43,7 +43,7 @@ services:
start_period: 2m
app:
image: "matrixdotorg/synapse:v1.157.1"
image: "matrixdotorg/synapse:v1.157.2"
volumes:
- "data:/data"
secrets:
@@ -114,7 +114,7 @@ services:
restart_policy:
condition: on-failure
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}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
+509 -590
View File
File diff suppressed because it is too large Load Diff