Skip to content

Infrastructure

Infrastructure files define local container builds and compose orchestration.

Responsibilities

  • Dockerfiles for each service container
  • Compose definitions for local stack execution
  • Environment and startup wiring across services

Primary files live in infra/, including infra/docker-compose.yml.

Current optional service profiles include:

  • llama_cpp for alternate llm_inference
  • qdrant for alternate vector_store

Canonical service notes: infra/README.md.

Owner: Infra maintainers. Update cadence: whenever service topology, ports, startup behavior, or health dependencies change.