{
  "manifest_version": "1.0.0",
  "template": {
    "id": "57eebf0a-cd7a-4113-b611-96b2fe7e9acb",
    "slug": "weaviate",
    "name": "Weaviate",
    "description": "Weaviate DB with secure, password-protected default configuration.",
    "url": "https://railway.com/deploy/weaviate",
    "upstream": {
      "image": "semitechnologies/weaviate"
    }
  },
  "services": [
    {
      "name": "Weaviate DB",
      "source": {
        "image": "semitechnologies/weaviate"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/weaviate",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Weaviate DB",
      "description": "Railway exposed port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ENABLE_MODULES",
      "service": "Weaviate DB",
      "description": "Specify Weaviate modules to enable (string - comma separated names)",
      "secret": false,
      "strategy": "default",
      "default": "text2vec-cohere,text2vec-huggingface,text2vec-palm,text2vec-openai,generative-openai,generative-cohere,generative-palm,ref2vec-centroid,reranker-cohere,qna-openai"
    },
    {
      "key": "CLUSTER_HOSTNAME",
      "service": "Weaviate DB",
      "description": "Hostname of a node. Always set this value if the default OS hostname might change over time.",
      "secret": false,
      "strategy": "default",
      "default": "node001"
    },
    {
      "key": "QUERY_DEFAULTS_LIMIT",
      "service": "Weaviate DB",
      "description": "Sets the default number of objects to be returned in a query.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "PERSISTENCE_DATA_PATH",
      "service": "Weaviate DB",
      "description": "Where to safe the data",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/weaviate"
    },
    {
      "key": "DEFAULT_VECTORIZER_MODULE",
      "service": "Weaviate DB",
      "description": "Default vectorizer module - will be overridden by any class-level value defined in the schema",
      "secret": false,
      "strategy": "default",
      "default": "none"
    },
    {
      "key": "AUTHENTICATION_APIKEY_USERS",
      "service": "Weaviate DB",
      "description": "API key-based identities.  Each identity corresponds to a specific key above. (string - comma-separated list)",
      "secret": true,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "AUTHENTICATION_APIKEY_ENABLED",
      "service": "Weaviate DB",
      "description": "Enable API key-based authentication",
      "secret": true,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "AUTHORIZATION_ADMINLIST_USERS",
      "service": "Weaviate DB",
      "description": "Users with admin permission when AdminList scheme used",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "AUTHORIZATION_ADMINLIST_ENABLED",
      "service": "Weaviate DB",
      "description": "\tEnable AdminList authorization scheme (mutually exclusive with AUTHORIZATION_RBAC_ENABLED)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "AUTHENTICATION_APIKEY_ALLOWED_KEYS",
      "service": "Weaviate DB",
      "description": "Allowed API keys.  Each key corresponds to a specific user identity below. (string - comma-separated list)",
      "secret": true,
      "strategy": "default",
      "default": "mysecretapikey"
    },
    {
      "key": "AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED",
      "service": "Weaviate DB",
      "description": "Allow users to interact with weaviate without auth",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "weaviate"
      }
    },
    "cli": "railway deploy --template weaviate",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "57eebf0a-cd7a-4113-b611-96b2fe7e9acb",
            "serializedConfig": {
              "services": {
                "17b9337c-4d6d-4233-85e4-a732f8cff402": {
                  "name": "Weaviate DB",
                  "source": {
                    "image": "semitechnologies/weaviate"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Railway exposed port",
                      "defaultValue": "8080"
                    },
                    "ENABLE_MODULES": {
                      "description": "Specify Weaviate modules to enable (string - comma separated names)",
                      "defaultValue": "text2vec-cohere,text2vec-huggingface,text2vec-palm,text2vec-openai,generative-openai,generative-cohere,generative-palm,ref2vec-centroid,reranker-cohere,qna-openai"
                    },
                    "CLUSTER_HOSTNAME": {
                      "description": "Hostname of a node. Always set this value if the default OS hostname might change over time.",
                      "defaultValue": "node001"
                    },
                    "QUERY_DEFAULTS_LIMIT": {
                      "description": "Sets the default number of objects to be returned in a query.",
                      "defaultValue": "10"
                    },
                    "PERSISTENCE_DATA_PATH": {
                      "description": "Where to safe the data",
                      "defaultValue": "/var/lib/weaviate"
                    },
                    "DEFAULT_VECTORIZER_MODULE": {
                      "description": "Default vectorizer module - will be overridden by any class-level value defined in the schema",
                      "defaultValue": "none"
                    },
                    "AUTHENTICATION_APIKEY_USERS": {
                      "description": "API key-based identities.  Each identity corresponds to a specific key above. (string - comma-separated list)",
                      "defaultValue": "admin"
                    },
                    "AUTHENTICATION_APIKEY_ENABLED": {
                      "description": "Enable API key-based authentication",
                      "defaultValue": "true"
                    },
                    "AUTHORIZATION_ADMINLIST_USERS": {
                      "description": "Users with admin permission when AdminList scheme used",
                      "defaultValue": "admin"
                    },
                    "AUTHORIZATION_ADMINLIST_ENABLED": {
                      "description": "\tEnable AdminList authorization scheme (mutually exclusive with AUTHORIZATION_RBAC_ENABLED)",
                      "defaultValue": "true"
                    },
                    "AUTHENTICATION_APIKEY_ALLOWED_KEYS": {
                      "description": "Allowed API keys.  Each key corresponds to a specific user identity below. (string - comma-separated list)",
                      "defaultValue": "mysecretapikey"
                    },
                    "AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED": {
                      "description": "Allow users to interact with weaviate without auth",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "17b9337c-4d6d-4233-85e4-a732f8cff402": {
                      "mountPath": "/var/lib/weaviate"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T21:49:41.536Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c23d7b8d6f1d442c8a0d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 34,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Weaviate DB"
  }
}
