Update Matrix #171

Merged
peter merged 1 commits from renovate/matrix into master 2025-09-11 18:32:19 +02:00

View File

@@ -57,7 +57,7 @@ services:
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER} POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.1.0 image: ghcr.io/element-hq/matrix-authentication-service:1.2.0
restart: unless-stopped restart: unless-stopped
working_dir: /config working_dir: /config
volumes: volumes:
@@ -89,7 +89,7 @@ services:
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C' POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.137.0 image: matrixdotorg/synapse:v1.138.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data