batallando con los secrets
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
This commit is contained in:
@@ -43,8 +43,8 @@ services:
|
||||
container_name: conversation-layer-agent
|
||||
environment:
|
||||
- PORT=8001
|
||||
- GEMINI_API_KEY=${secrets.GEMINI_API_KEY}
|
||||
- MCP_URL = {{ secrets.MCP_URL }}
|
||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||
- MCP_URL=${MCP_URL}
|
||||
ports:
|
||||
- "8001:8001"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user