2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/speaches/docker-compose.yml
2025-03-09 23:48:54 +08:00

15 lines
358 B
YAML

services:
speaches:
image: ghcr.io/speaches-ai/speaches:latest-cpu
ports:
- "8000:8000"
volumes:
- ./data:/home/ubuntu/.cache/huggingface/hub
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8000/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 5s
restart: unless-stopped