[31388f42] Explicitly pass SERP_API and GEMINI_API_KEY to lead-engine container

This commit is contained in:
2026-03-02 09:45:07 +00:00
parent faf2ac3670
commit 433670dae8

View File

@@ -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