infracloud/mcp/docker-compose.echo.yml
2026-03-09 10:03:56 -03:00

13 lines
383 B
YAML

services:
infracloud-mcp:
build:
context: ..
dockerfile: mcp/Dockerfile
container_name: infracloud-mcp
restart: unless-stopped
network_mode: host
environment:
INFRA_MCP_TRANSPORT: streamable-http
INFRA_MCP_HOST: 0.0.0.0
INFRA_MCP_PORT: "18000"
INFRA_MCP_POSTGRES_DSN: postgresql://user:password@127.0.0.1:5432/infracloud_mcp