Add LiveKit service configuration to compose.yaml

This commit is contained in:
feldjaeger 2026-03-06 11:16:52 +01:00 committed by GitHub
parent ead655afae
commit f22a38d46f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,3 +39,15 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8081:80" - "8081:80"
livekit:
image: livekit/livekit-server:latest
container_name: livekit
restart: unless-stopped
ports:
- "7880:7880"
- "7881:7881"
- "50000-60000:50000-60000/udp"
command: --config /etc/livekit/config.yaml
volumes:
- /app-config/matrix/livekit/config.yaml:/etc/livekit/config.yaml