Update synapse services

This commit is contained in:
2025-08-01 13:32:38 +00:00
parent 28eb7d7b4a
commit 0af6dc72e6

View File

@@ -1,14 +1,14 @@
services:
element-call-auth-service:
image: ghcr.io/element-hq/lk-jwt-service:0.2.3
image: ghcr.io/element-hq/lk-jwt-service:0.3.0
container_name: element-call-jwt
hostname: auth-server
environment:
- LK_JWT_PORT=8080
- LIVEKIT_URL=https://${LIVEKIT_DOMAIN}/livekit/sfu #Change
- LIVEKIT_URL=https://${LIVEKIT_DOMAIN}/livekit/sfu
- LIVEKIT_KEY=devkey
- LIVEKIT_SECRET=${LIVEKIT_SECRET_KEY}
- LIVEKIT_LOCAL_HOMESERVERS=${MATRIX_DOMAIN} #Not supported yet :pensive:
- LIVEKIT_FULL_ACCESS_HOMESERVERS=${MATRIX_DOMAIN}
restart: unless-stopped
ports:
- 8071:8080
@@ -25,7 +25,7 @@ services:
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
mautrix-signal:
container_name: mautrix-signal
image: dock.mau.dev/mautrix/signal:v0.8.4
image: dock.mau.dev/mautrix/signal:v0.8.5
restart: unless-stopped
volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
@@ -40,8 +40,8 @@ services:
POSTGRES_PASSWORD: ${MAUTRIX_SIGNAL_POSTGRES_PASSWORD}
mautrix-whatsapp:
container_name: mautrix-whatsapp
image: dock.mau.dev/mautrix/whatsapp:v0.12.2
#image: petersmit27/mautrix-whatsapp:latest
#image: dock.mau.dev/mautrix/whatsapp:v0.12.2
image: petersmit27/mautrix-whatsapp:latest
restart: unless-stopped
volumes:
- ${MAUTRIX_WHATSAPP_DATA_DIR}:/data
@@ -57,7 +57,7 @@ services:
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
mas:
image: ghcr.io/element-hq/matrix-authentication-service:0.18.0
image: ghcr.io/element-hq/matrix-authentication-service:0.20.0
restart: unless-stopped
working_dir: /config
volumes:
@@ -89,7 +89,7 @@ services:
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
synapse:
container_name: synapse
image: matrixdotorg/synapse:v1.133.0
image: matrixdotorg/synapse:v1.135.0
restart: unless-stopped
volumes:
- ${SYNAPSE_CONFIG_DIR}:/data