diff --git a/compose.yaml b/compose.yaml index e467d27..f7bc57d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -39,3 +39,15 @@ services: restart: unless-stopped ports: - "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