| description | Details the docker-compose environment. | |||
|---|---|---|---|---|
| tags |
|
|||
| layer | 0 |
MONITOR relies heavily on containerized infrastructure for local development and eventual cloud deployment.
Running ./dev.sh spins up infra/docker-compose.yml, which includes:
- Neo4j (Port 7687)
- MongoDB (Port 27017)
- Qdrant (Port 6333)
- MinIO (Port 9000, 9001)
The .env file (copied from env.example) dictates credentials for these databases. The Data Layer dynamically loads these upon initialization.