Add MCP service to docker-compose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user