docforensics / docker-compose.yml
Suryakarthik-1
Deploy DocForensics to Hugging Face Spaces
70520f0
Raw
History Blame Contribute Delete
305 Bytes
# Local full-stack run: builds the frontend + backend into one container and
# serves everything at http://localhost:8000
services:
docforensics:
build: .
ports:
- "8000:8000"
environment:
- PORT=8000
# - ALLOWED_ORIGINS=https://your-domain.com
restart: unless-stopped