fix(e2ee): Add E2EE HKDF to voice.py, bot uses patched Dockerfile

voice.py runs in bot container, not agent container.
- Wait 3s for encryption key before connecting
- Build E2EE options with HKDF when key received
- Bot container now uses patched Dockerfile (needs FFI)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-02-20 17:13:53 +02:00
parent e2b7233077
commit e5e8b56482
2 changed files with 188 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ services:
bot:
build:
context: .
dockerfile: Dockerfile.bot
dockerfile: Dockerfile
command: python bot.py
env_file: .env
restart: unless-stopped