# Qdrant + BGE-M3 — same services agent.memory.system uses. # In the Coolify Docker network these resolve by container name. # For local dev pointed at a remote stack, use container IPs from # docker inspect or memory-api's resolved endpoints. QDRANT_URL=http://memory-qdrant:6333 QDRANT_COLLECTION=agent_memory BGE_TEI_URL=http://memory-embeddings:8000 # memory-api is only used for the WRITE path (/ingest → /memory/store). # Reads go directly to Qdrant. MEMORY_API_URL=http://memory-api:8000 # agent_id partition in Qdrant. Default scopes by client; override per deploy. # Examples: # gruenstifter — production client # gruenstifter_staging — same client, staging env (cleanly deletable) ARTENSCHUTZ_AGENT_ID=gruenstifter # Service binding ROUTER_HOST=0.0.0.0 ROUTER_PORT=8080 LOG_LEVEL=INFO