diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 0bab263..65638a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,26 +70,6 @@ services: timeout: 15s retries: 3 - faster-whisper-server: - image: fedirz/faster-whisper-server:latest-cuda - environment: - - WHISPER__MODEL=Systran/faster-whisper-large-v3 - volumes: - - hf-hub-cache:/home/ubuntu/.cache/huggingface/hub - deploy: - resources: - reservations: - devices: - - driver: nvidia - count: all - capabilities: [gpu] - restart: unless-stopped - healthcheck: - test: curl --fail http://localhost:8000 || exit 1 - interval: 30s - timeout: 15s - retries: 3 - nginx: image: nginx volumes: @@ -99,19 +79,16 @@ services: - API_KEY=${LLM_API_KEY} depends_on: - openedai-speech - - faster-whisper-server - ollama - aichat links: - ollama - - faster-whisper-server - openedai-speech - aichat ports: - "11434:11434" - "8000:8000" - "8001:8001" - - "8002:8002" restart: unless-stopped volumes: |