Recommended Paths
Docker Compose (Tier 1)
Best for local development, evaluations, and single‑VM production deployments.- Local:
docker-compose up -don a dev machine - Cloud VM: Use the AWS/GCP/Azure guides to provision a VM and run Docker Compose
Pulumi (AWS / GCP / Azure)
Infrastructure‑as‑code for repeatable deployments.- Goal: one command to provision a VM + networking + Docker Compose
- Status: templates are being finalized
