[31388f42] Explicitly pass SERP_API and GEMINI_API_KEY to lead-engine container
This commit is contained in:
@@ -257,6 +257,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONUNBUFFERED: "1"
|
PYTHONUNBUFFERED: "1"
|
||||||
COMPANY_EXPLORER_URL: "http://company-explorer:8000"
|
COMPANY_EXPLORER_URL: "http://company-explorer:8000"
|
||||||
|
# Explicitly pass keys to ensure availability
|
||||||
|
SERP_API: "${SERP_API}"
|
||||||
|
GEMINI_API_KEY: "${GEMINI_API_KEY}"
|
||||||
volumes:
|
volumes:
|
||||||
- ./lead-engine:/app
|
- ./lead-engine:/app
|
||||||
# We need to mount the root connector module so it can be imported inside the container
|
# We need to mount the root connector module so it can be imported inside the container
|
||||||
|
|||||||
Reference in New Issue
Block a user