yolo / docker-compose.yml
mnoorchenar's picture
Initial commit (binary files excluded from history)
8476236
raw
history blame contribute delete
262 Bytes
# Local multi-service orchestration
version: "3.9"
services:
app:
build: .
ports:
- "7860:7860"
volumes:
- ./data:/app/data
- ./runs:/app/runs
environment:
- SECRET_KEY=change-me-in-production
restart: unless-stopped