speaches / compose.yaml
Fedir Zadniprovskyi
rename to `speaches`
ba81a8e
raw
history blame contribute delete
325 Bytes
# TODO: https://docs.astral.sh/uv/guides/integration/docker/#configuring-watch-with-docker-compose
services:
speaches:
container_name: speaches
build:
dockerfile: Dockerfile
context: .
platforms:
- linux/amd64
- linux/arm64
restart: unless-stopped
ports:
- 8000:8000