Merge pull request #3279 from element-hq/af/backend-compose-fix-lk-port-cfg

Fix lk-jwt-service config in example compose file
This commit is contained in:
fkwp
2025-05-21 14:22:34 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ services:
image: ghcr.io/element-hq/lk-jwt-service:latest-ci image: ghcr.io/element-hq/lk-jwt-service:latest-ci
hostname: auth-server hostname: auth-server
environment: environment:
- LK_JWT_PORT=8080 - LIVEKIT_JWT_PORT=8080
- LIVEKIT_URL=wss://matrix-rtc.m.localhost/livekit/sfu - LIVEKIT_URL=wss://matrix-rtc.m.localhost/livekit/sfu
- LIVEKIT_KEY=devkey - LIVEKIT_KEY=devkey
- LIVEKIT_SECRET=secret - LIVEKIT_SECRET=secret