{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8c0cfe3f-344f-4752-8e10-f4011db2c980",
    "slug": "qdrant-lite",
    "name": "Qdrant Lite",
    "description": "Deploy Qdrant vector database with persistent storage and web dashboard",
    "url": "https://railway.com/deploy/qdrant-lite",
    "upstream": {
      "image": "qdrant/qdrant:latest"
    }
  },
  "services": [
    {
      "name": "qdrant-lite",
      "source": {
        "image": "qdrant/qdrant:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/qdrant/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "qdrant-lite",
      "description": "REST API port. Railway maps this to the public domain.",
      "secret": false,
      "strategy": "default",
      "default": "6333"
    },
    {
      "key": "QDRANT__LOG_LEVEL",
      "service": "qdrant-lite",
      "description": "Logging level. Options: TRACE, DEBUG, INFO, WARN, ERROR.",
      "secret": false,
      "strategy": "default",
      "default": "INFO"
    },
    {
      "key": "QDRANT__SERVICE__HOST",
      "service": "qdrant-lite",
      "description": "Bind address for the Qdrant server.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "QDRANT__SERVICE__GRPC_PORT",
      "service": "qdrant-lite",
      "description": "gRPC API port.",
      "secret": false,
      "strategy": "default",
      "default": "6334"
    },
    {
      "key": "QDRANT__SERVICE__HTTP_PORT",
      "service": "qdrant-lite",
      "description": "REST API port.",
      "secret": false,
      "strategy": "default",
      "default": "6333"
    },
    {
      "key": "QDRANT__STORAGE__STORAGE_PATH",
      "service": "qdrant-lite",
      "description": "Path to store vector data on the volume.",
      "secret": false,
      "strategy": "default",
      "default": "/qdrant/storage"
    },
    {
      "key": "QDRANT__STORAGE__SNAPSHOT_PATH",
      "service": "qdrant-lite",
      "description": "Path to store snapshots.",
      "secret": false,
      "strategy": "default",
      "default": "/qdrant/storage/snapshots"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qdrant-lite"
      }
    },
    "cli": "railway deploy --template qdrant-lite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8c0cfe3f-344f-4752-8e10-f4011db2c980",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "206723e9-425c-40cc-b4e2-cead04d40dec": {
                  "icon": null,
                  "name": "qdrant-lite",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "qdrant/qdrant:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "REST API port. Railway maps this to the public domain.",
                      "defaultValue": "6333"
                    },
                    "QDRANT__LOG_LEVEL": {
                      "description": "Logging level. Options: TRACE, DEBUG, INFO, WARN, ERROR.",
                      "defaultValue": "INFO"
                    },
                    "QDRANT__SERVICE__HOST": {
                      "description": "Bind address for the Qdrant server.",
                      "defaultValue": "0.0.0.0"
                    },
                    "QDRANT__SERVICE__GRPC_PORT": {
                      "description": "gRPC API port.",
                      "defaultValue": "6334"
                    },
                    "QDRANT__SERVICE__HTTP_PORT": {
                      "description": "REST API port.",
                      "defaultValue": "6333"
                    },
                    "QDRANT__STORAGE__STORAGE_PATH": {
                      "description": "Path to store vector data on the volume.",
                      "defaultValue": "/qdrant/storage"
                    },
                    "QDRANT__STORAGE__SNAPSHOT_PATH": {
                      "description": "Path to store snapshots.",
                      "defaultValue": "/qdrant/storage/snapshots"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:6333": {
                        "port": 6333
                      }
                    }
                  },
                  "volumeMounts": {
                    "206723e9-425c-40cc-b4e2-cead04d40dec": {
                      "mountPath": "/qdrant/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-17T10:14:36.166Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T09:25:17.899Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_43d1f1263a3c477f87b1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "qdrant-lite"
  }
}
