Compose stack
The repository includesdocker-compose.yml to run core services together. Published docs do not list default host ports; port mappings and published interfaces are defined in that file and may differ per environment. Use your team’s private deployment guide for the exact map in staging and production.
Commands
Operations notes
- Use named volumes or equivalent persistence for MongoDB and Qdrant so data survives restarts.
- Keep compose env files consistent with Environment variables.