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 f54fff5fb5
24 changed files with 1362 additions and 232 deletions

7
server/.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
.venv/
runtime/
__pycache__/
.env
config.toml
tests/
*.pyc