{
  "manifest_version": "1.0.0",
  "template": {
    "id": "db5f098c-c6cd-4dbb-a2b0-d569bf968e25",
    "slug": "qdrant-vector-database",
    "name": "Qdrant | High-Performance Vector Databse",
    "description": "Self-Host Qdrant - Semantic Search, Recommendation Systems, and RAG",
    "url": "https://railway.com/deploy/qdrant-vector-database",
    "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": "HTTP API port for Qdrant service",
      "secret": false,
      "strategy": "default",
      "default": "6333"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qdrant-vector-database"
      }
    },
    "cli": "railway deploy --template qdrant-vector-database",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "db5f098c-c6cd-4dbb-a2b0-d569bf968e25",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2cbe4019-0f74-4959-812a-ddee6187bebf": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/qdrant.svg",
                  "name": "Qdrant",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "qdrant/qdrant"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP API port for Qdrant service",
                      "defaultValue": "6333"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "2cbe4019-0f74-4959-812a-ddee6187bebf": {
                      "mountPath": "/qdrant/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T17:48:40.549Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ea5143e110644a0e99b4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 26,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Qdrant"
  }
}
