{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a2bacc04-ff6e-4044-a43e-d4e190e4ae3e",
    "slug": "milvus-or-just-updated-vector-database-i",
    "name": "Milvus | (Just Updated) Vector Database in One Service, Not Four",
    "description": "One billed service, not four. gRPC and REST both reachable, auth enforced.",
    "url": "https://railway.com/deploy/milvus-or-just-updated-vector-database-i",
    "upstream": {
      "image": "ghcr.io/bon5co/milvus-railway@sha256:c8f80ca436f6785efb69ad82127ad8e8e382d19ebef411eb4c88d7e9d16a37fd"
    }
  },
  "services": [
    {
      "name": "milvus",
      "source": {
        "image": "ghcr.io/bon5co/milvus-railway@sha256:c8f80ca436f6785efb69ad82127ad8e8e382d19ebef411eb4c88d7e9d16a37fd"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/milvus",
      "tcp_ports": [
        19530
      ],
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MILVUS_ROOT_PASSWORD",
      "service": "milvus",
      "description": "Provide a value for MILVUS_ROOT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "milvus-or-just-updated-vector-database-i"
      }
    },
    "cli": "railway deploy --template milvus-or-just-updated-vector-database-i",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a2bacc04-ff6e-4044-a43e-d4e190e4ae3e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "977a6e28-d949-4359-95fe-6ec886e9c661": {
                  "icon": null,
                  "name": "milvus",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/milvus-railway@sha256:c8f80ca436f6785efb69ad82127ad8e8e382d19ebef411eb4c88d7e9d16a37fd"
                  },
                  "variables": {
                    "MILVUS_ROOT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{MILVUS_ROOT_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "19530": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:19530": {
                        "port": 19530
                      }
                    }
                  },
                  "volumeMounts": {
                    "977a6e28-d949-4359-95fe-6ec886e9c661": {
                      "mountPath": "/var/lib/milvus"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T10:14:47.278Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T20:05:04.916Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f7e0756e00144bc4972d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "milvus"
  }
}
