feat(voice): add LiveKit server container to docker-compose

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-19 21:06:21 +08:00
parent c3d34c4660
commit 81abb4b220
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -20,6 +20,19 @@ services:
networks:
- gamegroup-net
livekit:
image: livekit/livekit-server:v1.7
container_name: gamegroup-livekit
ports:
- "7880:7880"
- "7881:7881/udp"
environment:
- LIVEKIT_KEYS="APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
command: --dev
restart: unless-stopped
networks:
- gamegroup-net
networks:
gamegroup-net:
driver: bridge
+13
View File
@@ -20,6 +20,19 @@ services:
networks:
- gamegroup-net
livekit:
image: livekit/livekit-server:v1.7
container_name: gamegroup-livekit
ports:
- "7880:7880"
- "7881:7881/udp"
environment:
- LIVEKIT_KEYS="APIyxZGQjM2: secretNmU4ZDU3YjA0OWIxNDM4YjhlNWY3YTFjZGUzOWRi"
command: --dev
restart: unless-stopped
networks:
- gamegroup-net
frontend-uat:
build:
context: ./frontend