ATS-Intelligence-Engine / docker-compose.yml
Siggmoid's picture
Deploy ATS Intelligence Engine to Hugging Face Space
d2b7a80
raw
history blame contribute delete
237 Bytes
# Local run — mirrors Hugging Face Spaces (single container, port 7860)
services:
app:
build: .
container_name: ats_app
ports:
- "7860:7860"
environment:
- HF_TOKEN=${HF_TOKEN}
restart: unless-stopped