# Intended service block for /home/alvis/agap_git/openai/docker-compose.yml. # Not wired in yet (see P3 task note) — orchestrator merges this in and adds # `cognee-llm-home` to the top-level `volumes:` section. cognee-llm: build: ./cognee-llm container_name: cognee-llm ports: - "8011:8011" volumes: - cognee-llm-home:/root/.kimi-code restart: unless-stopped # Add to the top-level `volumes:` block: # cognee-llm-home: