[31388f42] Explicitly pass SERP_API and GEMINI_API_KEY to lead-engine container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user