add services for element call

This commit is contained in:
Peter Smit
2025-04-18 15:11:41 +02:00
parent 281f837909
commit 691ec4d51a
2 changed files with 30 additions and 0 deletions

View File

@@ -1,4 +1,28 @@
services:
element-call-auth-service:
image: ghcr.io/element-hq/lk-jwt-service:0.2.3
container_name: element-call-jwt
hostname: auth-server
environment:
- LK_JWT_PORT=8080
- LIVEKIT_URL=https://${LIVEKIT_DOMAIN}/livekit/sfu #Change
- LIVEKIT_KEY=devkey
- LIVEKIT_SECRET=${LIVEKIT_SECRET_KEY}
- LIVEKIT_LOCAL_HOMESERVERS=${MATRIX_DOMAIN} #Not supported yet :pensive:
restart: unless-stopped
ports:
- 8071:8080
element-call-livekit:
image: livekit/livekit-server:v1.8.4
command: --config /etc/livekit.yaml
ports:
- "7880:7880/tcp"
- "7881:7881/tcp"
- "7882:7882/tcp"
- "50100-50200:50100-50200/udp"
restart: unless-stopped
volumes:
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
mautrix-signal:
container_name: mautrix-signal
image: dock.mau.dev/mautrix/signal:v0.8.2