mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-23 08:19:51 +02:00
Keep Cognee artifacts out of ingestion
This commit is contained in:
@@ -29,6 +29,11 @@ services:
|
||||
LLM_ENDPOINT: http://llm-proxy:4000
|
||||
LOG_LEVEL: INFO
|
||||
ENVIRONMENT: dev
|
||||
COGNEE_TEMP_DIR: /tmp/cognee
|
||||
# Processed text files must be persisted so downstream ingestion doesn't 404.
|
||||
COGNEE_SKIP_PROCESSED_FILE_STORAGE: "false"
|
||||
# Store normalized Cognee artifacts outside of ingestion prefixes
|
||||
COGNEE_PROCESSED_SUBDIR: cognee_artifacts
|
||||
ports:
|
||||
- "18000:8000"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user