fix: fix livekit

This commit is contained in:
roai_linux 2026-03-12 15:09:42 +03:30
parent e72087608b
commit b9c8e6c049
2 changed files with 14 additions and 5 deletions

View File

@ -54,13 +54,12 @@ services:
ports:
- "7780:7880"
- "7781:7881"
- "7782:7882/udp"
- "50000-50100:50000-50100/udp"
env_file:
- .env
environment:
LIVEKIT_KEYS: "${LIVEKIT_API_KEY}: ${LIVEKIT_API_SECRET}"
command: >
--dev=false
volumes:
- ./livekit.yaml:/etc/livekit/livekit.yaml
command: [ "--config", "/etc/livekit/livekit.yaml", "--keys", "${LIVEKIT_API_KEY}: ${LIVEKIT_API_SECRET}" ]
restart: always
volumes:

10
Back/livekit.yaml Normal file
View File

@ -0,0 +1,10 @@
port: 7880
rtc:
tcp_port: 7881
port_range_start: 50000
port_range_end: 50100
use_external_ip: false
logging:
level: info