From a7bcdb58f46744f676e7a716f00860e57bfc17c2 Mon Sep 17 00:00:00 2001 From: Clawd Date: Thu, 5 Mar 2026 21:15:54 +0000 Subject: [PATCH] Add vault mount to rag-api for capture feature --- docker-compose.full.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.full.yml b/docker-compose.full.yml index 523de19..c0e8ca7 100644 --- a/docker-compose.full.yml +++ b/docker-compose.full.yml @@ -47,6 +47,9 @@ services: SEARCH_TOP_K: ${SEARCH_TOP_K:-10} SEARCH_THRESHOLD: ${SEARCH_THRESHOLD:-0.65} CORS_ORIGINS: ${CORS_ORIGINS:-*} + VAULT_PATH: /vault + volumes: + - /mnt/2brain:/vault depends_on: postgres: condition: service_healthy