Deployment
:::note 🚧 Draft This page will document the production Docker Compose stack, env var contract, reverse-proxy considerations, and the K8s manifests once they exist. :::
Compose files​
| File | Use |
|---|---|
docker-compose.infra.yml | MongoDB + Redis (+ optional Gotenberg, Memgraph, Hindsight) |
docker-compose.<sku>.yml | Pulls the pre-built SKU image from GHCR (starter/billing/...) |
docker-compose.dev.yml | Source build + AIR hot reload, for development |
docker-compose.staging.yml | Staging-like deployment |
docker-compose.ai-sidecar.yml | Optional AI service in a separate container |
Always check grep "^ENV=" docker/.env before running Compose commands — it controls which override file pairs with the base.