creado planilla-agent
Some checks failed
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 5s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-06-05 15:40:53 -06:00
parent d570eec221
commit 950404dd85
26 changed files with 2681 additions and 1534 deletions

View File

@@ -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