32 lines
1,022 B
Text
32 lines
1,022 B
Text
# Docker Compose build target: "local" or "remote" (selects Dockerfile target)
|
|
# CONVERSION_MODE=local
|
|
|
|
# Conversion engine: "local" (in-process Docling) or "remote" (Docling Serve)
|
|
# Set automatically by the Docker target — override only for local dev
|
|
# CONVERSION_ENGINE=local
|
|
|
|
# Docling Serve settings (remote mode only)
|
|
# DOCLING_SERVE_URL=http://localhost:5001
|
|
# DOCLING_SERVE_API_KEY=
|
|
|
|
# Max seconds per conversion (default: 600)
|
|
# CONVERSION_TIMEOUT=600
|
|
|
|
# Max parallel analysis jobs (default: 3)
|
|
# MAX_CONCURRENT_ANALYSES=3
|
|
|
|
# Deployment mode: "self-hosted" (default) or "huggingface"
|
|
# Shows disclaimer banner when set to "huggingface"
|
|
# DEPLOYMENT_MODE=self-hosted
|
|
|
|
# Application version (set automatically by CI/Docker build)
|
|
# APP_VERSION=dev
|
|
|
|
# CORS (comma-separated origins, only needed for custom deployments)
|
|
# CORS_ORIGINS=http://localhost:3000,https://your-domain.com
|
|
|
|
# File storage path (inside container)
|
|
# UPLOAD_DIR=./uploads
|
|
|
|
# Database path (inside container)
|
|
# DB_PATH=./data/docling_studio.db
|