Deployment
Deploy Documenso using Docker, Docker Compose, Railway, or Kubernetes.
| Method | Best For | Difficulty |
|---|---|---|
| Docker | Single container, external database | Easy |
| Docker Compose | Self-contained setup, small teams | Easy |
| Railway | Quick deployment, managed | Very Easy |
| Kubernetes | Enterprise, high availability | Advanced |
Docker
Single container with external database.
Docker Compose
Production-ready multi-container setup.
Railway
One-click deployment on Railway.
Kubernetes
Scalable Kubernetes deployment.
See Also
- Requirements - Check prerequisites first
- Configuration - Configure your deployment