Deployment¶
This section covers deploying EmbedCache in production environments.
Deployment Options¶
| Option | Best For |
|---|---|
| Docker | Containerized environments |
| Systemd | Linux servers |
| Reverse Proxy | Production with Nginx |
Quick Start¶
Docker¶
Systemd¶
Production Checklist¶
- [ ] Configure proper storage path for database
- [ ] Set up reverse proxy for TLS
- [ ] Configure authentication if needed
- [ ] Set up monitoring and logging
- [ ] Configure backups for cache database
- [ ] Test health checks
- [ ] Load test the deployment