Add whisper docker dependency status to gateway dashboard

This commit is contained in:
William Valentin
2026-02-22 19:20:09 -08:00
parent d4a13e3c71
commit 8fcbb5f521
11 changed files with 559 additions and 24 deletions
+2 -2
View File
@@ -424,8 +424,8 @@ docker run -d \
--language en \
--inference-path /v1/audio/transcriptions
# Option 2: Using docker-compose (uncomment whisper-server service in docker-compose.yml)
# docker compose up -d
# Option 2: Using docker-compose profile (service is pre-defined in docker-compose.yml)
docker compose --profile voice up -d whisper-server
```
Audio persistence and diagnostics: