Compare commits

..
Author SHA1 Message Date
notplants 9c79be5ead chore: upgrade synapse v1.157.1, MAS 1.21.0, nginx 1.31.3
cc-ci/testme cc-ci: success
2026-08-03 18:22:27 +00:00
Simon 743c64a13c chore: publish 7.3.0+v1.155.0 release 2026-06-29 12:20:05 +02:00
Simon 019762d7f7 chore: update image tags 2026-06-29 10:15:09 +02:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ version: "3.8"
services:
mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.22.0
image: ghcr.io/element-hq/matrix-authentication-service:1.21.0
command: ["server", "--config=/etc/mas/config.yaml"]
environment:
- DOMAIN
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- telegram-data:/telegram-data
telegrambridge:
image: dock.mau.dev/mautrix/telegram:v0.2607.0
image: dock.mau.dev/mautrix/telegram:v0.2606.0
depends_on:
- telegramdb
configs:
+2 -2
View File
@@ -43,7 +43,7 @@ services:
start_period: 2m
app:
image: "matrixdotorg/synapse:v1.158.0"
image: "matrixdotorg/synapse:v1.157.1"
volumes:
- "data:/data"
secrets:
@@ -114,7 +114,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=7.3.1+v1.157.1"
- "coop-cloud.${STACK_NAME}.version=7.3.0+v1.155.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]