Quick deployment using Docker for development and small-scale deployments.
Best for:
- Development environments
- Single-server deployments
- Quick testing
Complete relay infrastructure with monitoring and metrics using Docker Compose.
Best for:
- Production deployments
- Multi-container orchestration
- Integrated monitoring with Prometheus and Grafana
Production-grade deployment on Kubernetes for scalable, highly-available infrastructure.
Best for:
- Large-scale production deployments
- High availability requirements
- Auto-scaling workloads
- Multi-region deployments