chore(docker): add OpenAI config to flow-engine
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -92,6 +92,8 @@ services:
|
|||||||
REDIS_URL: redis://redis:6379
|
REDIS_URL: redis://redis:6379
|
||||||
API_GATEWAY_URL: http://api-gateway:8000
|
API_GATEWAY_URL: http://api-gateway:8000
|
||||||
WHATSAPP_CORE_URL: http://whatsapp-core:3001
|
WHATSAPP_CORE_URL: http://whatsapp-core:3001
|
||||||
|
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
|
||||||
|
OPENAI_MODEL: ${OPENAI_MODEL:-gpt-4o-mini}
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user