Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 325 Bytes
4581383 313814b ba81a8e 313814b 8fc9285 313814b 181dbbf 313814b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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
|