Enterprise-AI-Assistant-MCP / docker-compose.yaml
aniketp2009gmail's picture
Upload folder using huggingface_hub
199800a verified
raw
history blame contribute delete
253 Bytes
version: "3.8"
services:
app:
build: .
ports:
- "7860:7860"
- "8000:8000"
env_file:
- path: .env
required: false
volumes:
- ./database:/app/database
- ./logs:/app/logs
restart: unless-stopped