agregando variables de entorno al deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s

This commit is contained in:
2025-06-05 01:11:08 -06:00
parent 911af6999a
commit a2101b441c

View File

@@ -43,7 +43,8 @@ services:
container_name: conversation-layer-agent container_name: conversation-layer-agent
environment: environment:
- PORT=8001 - PORT=8001
- GEMINI_API_KEY=${GEMINI_API_KEY} - GEMINI_API_KEY=${secrets.GEMINI_API_KEY}
- MCP_URL = {{ secrets.MCP_URL }}
ports: ports:
- "8001:8001" - "8001:8001"
networks: networks: