--- title: Deployment description: Deploy Documenso using Docker, Docker Compose, Railway, or Kubernetes. --- | Method | Best For | Difficulty | | -------------------------------------------------------------- | ----------------------------------- | ---------- | | [Docker](/docs/self-hosting/deployment/docker) | Single container, external database | Easy | | [Docker Compose](/docs/self-hosting/deployment/docker-compose) | Self-contained setup, small teams | Easy | | [Railway](/docs/self-hosting/deployment/railway) | Quick deployment, managed | Very Easy | | [Kubernetes](/docs/self-hosting/deployment/kubernetes) | Enterprise, high availability | Advanced | ## See Also - [Requirements](/docs/self-hosting/getting-started/requirements) - Check prerequisites first - [Configuration](/docs/self-hosting/configuration) - Configure your deployment