illustrated-cluster / compose.yaml
joeddav's picture
Publish WIP HF Space snapshot
1f77aa7
raw
history blame contribute delete
199 Bytes
services:
app:
build:
context: .
target: dev
ports:
- '7860:7860'
environment:
CHOKIDAR_USEPOLLING: 'true'
volumes:
- .:/app
- /app/node_modules