From 3be69a30193daa40a4a223f61ddf2f18cf3bfdf8 Mon Sep 17 00:00:00 2001 From: Floke Date: Mon, 2 Mar 2026 09:45:07 +0000 Subject: [PATCH] [31388f42] Explicitly pass SERP_API and GEMINI_API_KEY to lead-engine container --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 366afbbc..05101a4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -257,6 +257,9 @@ services: environment: PYTHONUNBUFFERED: "1" COMPANY_EXPLORER_URL: "http://company-explorer:8000" + # Explicitly pass keys to ensure availability + SERP_API: "${SERP_API}" + GEMINI_API_KEY: "${GEMINI_API_KEY}" volumes: - ./lead-engine:/app # We need to mount the root connector module so it can be imported inside the container