Fix whisper compose entrypoint so STT port 18801 is reachable

This commit is contained in:
William Valentin
2026-02-22 20:40:42 -08:00
parent 3d59e5ea9d
commit cbc880c12a
3 changed files with 18 additions and 2 deletions
@@ -45,6 +45,9 @@ curl -sS -i -X POST http://localhost:18801/v1/audio/transcriptions \
- If this is intermittent, Flynn now retries transient failures before returning an error.
- If you use `localhost` in config and this persists, set endpoint host to `127.0.0.1` to avoid local name-resolution edge cases:
- `http://127.0.0.1:18801/v1/audio/transcriptions`
- If `docker logs whisper-server` shows `whisper server listening at http://127.0.0.1:8080`, host-published port forwarding may reset connections. Verify container launch args:
- `docker inspect whisper-server --format '{{.Path}} {{json .Args}}'`
- Expected: path `whisper-server` with explicit `--host 0.0.0.0` args.
- `[No speech detected]`
- Request succeeded and endpoint returned empty transcript text.