Spaces:
Running
Running
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose | |
services: | |
faster-whisper-server: | |
container_name: faster-whisper-server | |
build: | |
dockerfile: Dockerfile | |
context: . | |
platforms: | |
- linux/amd64 | |
- linux/arm64 | |
restart: unless-stopped | |
ports: | |
- 8000:8000 | |
develop: | |
watch: | |
- path: faster_whisper_server | |
action: rebuild | |