Add MCP service to docker-compose

This commit is contained in:
josedario87
2025-06-03 14:54:51 -06:00
parent 71e15de201
commit 1ecf990b9c

View File

@@ -39,6 +39,19 @@ services:
- db
networks: [planilla]
mcp:
container_name: planilla-mcp
image: gitea.interno.com/nucleo000/planilla-mcp:latest
build: ./mcp
restart: unless-stopped
environment:
PLANILLA_API_URL: "http://api:4000"
depends_on:
- api
ports:
- "5010:5000"
networks: [planilla, principal]
db:
image: postgres:16
environment: