Add MCP service to docker-compose
This commit is contained in:
@@ -39,6 +39,19 @@ services:
|
|||||||
- db
|
- db
|
||||||
networks: [planilla]
|
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:
|
db:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user