## infrastructure/docker/ — Containerization

### Scope

Container build and compose configuration for running the template in a consistent environment.

### Files

| File | Purpose |
| --- | --- |
| `Dockerfile` | Container build definition |
| `docker-compose.yml` | Multi-service orchestration (dev, optional Ollama, etc.) |

### See also

- [`docs/CLOUD_DEPLOY.md`](../../docs/CLOUD_DEPLOY.md)
