Deployment¶
Deploy Compere to production environments.
Contents¶
- Docker - Container-based deployment
- Production Guide - Best practices for production
- Troubleshooting - Common issues and solutions
Deployment Options¶
| Method | Best For |
|---|---|
| Docker Compose | Simple deployments, single server |
| Kubernetes | Scalable, enterprise deployments |
| PaaS (Railway, Render) | Quick deployments, managed infrastructure |
| VPS | Full control, custom configurations |