Docker Compose Install
The fastest way to run DocRouter on a single host. For Kubernetes, see Kubernetes Install. For architecture and the full checklist, see On-Prem Installation.
Install
curl -fsSL https://raw.githubusercontent.com/analytiq-hub/doc-router/main/tools/run-doc-router-docker.sh | bash -s -- up
Configure
- Open http://localhost:8080
- Log in as
admin/admin - Click the User Icon (top right) → Settings → Development
- Click AWS Setup → Manage, then follow the instructions to set up your AWS account with an S3 bucket and IAM permissions. Details: AWS Configuration.
- Click LLM Configuration → Manage. Set up the desired LLM key under Actions → Edit Token. Details: LLM Configuration.
Next steps
- AWS Configuration — IAM, S3, Textract, SES, Bedrock
- LLM Configuration — provider keys and models
- GCP Configuration — Vertex AI Gemini
- Azure Configuration — Microsoft Foundry
- Open Source — licensing and source access
