Docker Compose
Quick Start
Section titled “Quick Start”git clone https://github.com/Darth-Hidious/marc27-core.gitcd marc27-coredocker compose -f docker/docker-compose.enterprise.yml up -dServices
Section titled “Services”| Service | Port | Description |
|---|---|---|
| Runtime | 8090 | PDF extraction, model execution, embeddings |
| Neo4j | 7474, 7687 | Knowledge graph |
| pgvector | 5432 | Semantic search vectors |
| MinIO | 9000, 9001 | S3-compatible storage |
| Redpanda | 9092, 8082 | Kafka-compatible event streaming |
Your Data Never Leaves
Section titled “Your Data Never Leaves”Everything runs on your infrastructure. No cloud dependency. No data egress.
GPU Support
Section titled “GPU Support”Uncomment the GPU section in the Docker Compose file:
deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: [gpu]