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