Add docker setup and switch voice chat backend to use livekit

This commit is contained in:
2026-03-11 16:06:41 +01:00
parent b051a0a851
commit ae301db3bb
24 changed files with 1362 additions and 232 deletions

19
livekit.example.yaml Normal file
View File

@@ -0,0 +1,19 @@
# LiveKit server configuration for self-hosted Docker deployment.
# See https://docs.livekit.io/realtime/self-hosting/deployment/ for all options.
#
# Copy this file to livekit.yaml and set matching keys in your .env file.
port: 7880
rtc:
port_range_start: 50000
port_range_end: 60000
tcp_port: 7881
udp_port: 7882
# Use the host's external IP for ICE candidates so browsers can reach the server.
use_external_ip: true
keys:
your-api-key: your-api-secret
logging:
level: info