Skip to content

Instantly share code, notes, and snippets.

@executed
Created September 4, 2025 15:06
Show Gist options
  • Select an option

  • Save executed/20a092122682322507c0640a10cf5e85 to your computer and use it in GitHub Desktop.

Select an option

Save executed/20a092122682322507c0640a10cf5e85 to your computer and use it in GitHub Desktop.
services:
speaches:
image: ghcr.io/speaches-ai/speaches:latest-cpu
container_name: speaches
restart: unless-stopped
ports:
- 8000:8000
volumes:
- C:\Users\user\Projects\IDEA\selfhosted\selfhosted\faster-whisper\hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
environment:
- SPEACHES_BASE_URL=http://localhost:8000
- ALLOW_ORIGINS=["*"]
volumes:
hf-hub-cache:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment