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

View File

@@ -0,0 +1,9 @@
# Docker runtime config — TLS terminated by the reverse proxy (Caddy/nginx).
# Do not use this file outside of the Docker container.
[server]
bind_ip = "0.0.0.0"
port = 4474
[network]
allow_insecure_ws = true