creado planilla-agent
This commit is contained in:
@@ -2,10 +2,17 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
agent:
|
||||
container_name: planilla-agent
|
||||
image: gitea.interno.com/nucleo000/planilla-agent:latest
|
||||
build: ./agent
|
||||
|
||||
environment:
|
||||
- PORT=8012
|
||||
- GEMINI_API_KEY= AIzaSyA9fI1mron-NVgghygu7B4sco7t6raXB8M
|
||||
- MCP_URL= http:planilla-mcp:5000/mcp
|
||||
|
||||
restart: unless-stopped
|
||||
networks: [planilla]
|
||||
networks: [planilla, principal]
|
||||
|
||||
api:
|
||||
container_name: planilla-api
|
||||
|
||||
Reference in New Issue
Block a user