fix: remove unused TTS_MODE env var from docker-compose

TTS_MODE is not read by any code in the backend — it only exists in
unimplemented planning docs. Remove it to avoid confusing users.
This commit is contained in:
James Pine
2026-03-13 03:53:15 -07:00
parent 5a3f3ba030
commit 50e01d17f8
-1
View File
@@ -21,7 +21,6 @@ services:
- huggingface-cache:/home/voicebox/.cache/huggingface
environment:
- TTS_MODE=local
- LOG_LEVEL=info
networks: