faster-whisper-server / compose.yaml
Fedir Zadniprovskyi
chore: misc changes
669a858
raw
history blame
351 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