{
  "manifest_version": "1.0.0",
  "template": {
    "id": "264f2e33-e9a5-4e4e-bb6e-65fe6e53fd82",
    "slug": "qdrant-vector-search",
    "name": "Qdrant — High-Performance Vector Database",
    "description": "Self-host Qdrant — fast vector search at scale for RAG & AI",
    "url": "https://railway.com/deploy/qdrant-vector-search",
    "upstream": {
      "image": "qdrant/qdrant"
    }
  },
  "services": [
    {
      "name": "Qdrant",
      "source": {
        "image": "qdrant/qdrant"
      },
      "needs_volume": true,
      "volume_mount_path": "/qdrant/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Qdrant",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "6333"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qdrant-vector-search"
      }
    },
    "cli": "railway deploy --template qdrant-vector-search",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "264f2e33-e9a5-4e4e-bb6e-65fe6e53fd82",
            "serializedConfig": {
              "services": {
                "19790d30-bd40-4545-92f9-b1f96a797ec6": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/qdrant.svg",
                  "name": "Qdrant",
                  "source": {
                    "image": "qdrant/qdrant"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "6333"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:6333": {
                        "port": 6333
                      }
                    }
                  },
                  "volumeMounts": {
                    "19790d30-bd40-4545-92f9-b1f96a797ec6": {
                      "mountPath": "/qdrant/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T23:59:44.468Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d7fe135d5fb94df6bb19",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Qdrant"
  }
}
