Deployment
Deploy Fluxgate AI to any environment. Choose the method that fits your needs.
π³
Docker (Local Dev)
Get started locally with Docker Compose. Perfect for development and testing.
π
Docker (Production)
Deploy to a VPS or EC2 instance with production Docker Compose.
βΈοΈ
Kubernetes
Scale with K8s manifests, KEDA autoscaling, and network policies.
βοΈ
Environment Variables
Complete reference for all environment variables.
Comparison
| Feature | Docker Local | Docker Prod | Kubernetes |
|---|---|---|---|
| Setup Time | 5 min | 30 min | 1-2 hours |
| Auto-scaling | No | Manual | Yes (KEDA) |
| High Availability | No | Basic | Yes |
| Best For | Development | Small teams | Enterprise |