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_cppfor alternatellm_inferenceqdrantfor alternatevector_store
Canonical service notes: infra/README.md.
Owner: Infra maintainers. Update cadence: whenever service topology, ports, startup behavior, or health dependencies change.