Spaces:
Configuration error
Configuration error
| # 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 | |