docs: add whisper-server to docker-compose.yml
- Add commented-out whisper-server service to docker-compose.yml - Update README to show both manual docker run and docker-compose options
This commit is contained in:
@@ -30,5 +30,27 @@ services:
|
||||
start_period: 15s
|
||||
retries: 3
|
||||
|
||||
# Optional: Whisper server for audio transcription
|
||||
# Uncomment and adjust as needed for voice message support
|
||||
# whisper-server:
|
||||
# image: ghcr.io/ggml-org/whisper.cpp:main
|
||||
# container_name: whisper-server
|
||||
# restart: unless-stopped
|
||||
# ports:
|
||||
# - "18801:8080"
|
||||
# command: whisper-server
|
||||
# --model /app/models/ggml-base.en.bin
|
||||
# --host 0.0.0.0
|
||||
# --port 8080
|
||||
# --convert
|
||||
# --language en
|
||||
# --inference-path /v1/audio/transcriptions
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "curl", "-f", "http://localhost:8080/"]
|
||||
# interval: 30s
|
||||
# timeout: 5s
|
||||
# start_period: 15s
|
||||
# retries: 3
|
||||
|
||||
volumes:
|
||||
flynn-data:
|
||||
|
||||
Reference in New Issue
Block a user