Skip to content

Docker Compose

Terminal window
git clone https://github.com/Darth-Hidious/marc27-core.git
cd marc27-core
docker compose -f docker/docker-compose.enterprise.yml up -d
ServicePortDescription
Runtime8090PDF extraction, model execution, embeddings
Neo4j7474, 7687Knowledge graph
pgvector5432Semantic search vectors
MinIO9000, 9001S3-compatible storage
Redpanda9092, 8082Kafka-compatible event streaming

Everything runs on your infrastructure. No cloud dependency. No data egress.

Uncomment the GPU section in the Docker Compose file:

deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]