Legal-Document-Intelligence / docker-compose.yml
sahilfarib's picture
Upload folder using huggingface_hub
db3715a verified
Raw
History Blame Contribute Delete
269 Bytes
version: '3.8'
services:
legal-ai:
build: .
container_name: legal-doc-intelligence
ports:
- "8000:8000"
- "8501:7860"
volumes:
- ./storage:/app/storage
- ./data:/app/data
env_file:
- .env
restart: unless-stopped