Skip to main content

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​

FileUse
docker-compose.infra.ymlMongoDB + Redis (+ optional Gotenberg, Memgraph, Hindsight)
docker-compose.<sku>.ymlPulls the pre-built SKU image from GHCR (starter/billing/...)
docker-compose.dev.ymlSource build + AIR hot reload, for development
docker-compose.staging.ymlStaging-like deployment
docker-compose.ai-sidecar.ymlOptional 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.