mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-24 17:27:02 +00:00
✨(docker) add compose support for multi-user-transcriber
The multi-user transcriber service was not integrated into Docker Compose, limiting its usability in local and development environments. Add the necessary configuration to enable running and orchestrating the multi-user transcriber via Compose.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
LIVEKIT_URL=ws://livekit:7880
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=secret
|
||||
|
||||
STT_PROVIDER=kyutai
|
||||
ENABLE_SILERO_VAD=False
|
||||
|
||||
KYUTAI_STT_BASE_URL=
|
||||
KYUTAI_API_KEY=
|
||||
Reference in New Issue
Block a user