faster-whisper-server / compose.yaml
Fedir Zadniprovskyi
feat: reorganize docker files
8fc9285
raw
history blame contribute delete
441 Bytes
# 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