{
  "manifest_version": "1.0.0",
  "template": {
    "id": "08289ddc-038d-4436-935d-dafac0cdf129",
    "slug": "chromadb-1",
    "name": "ChromaDB",
    "description": "Official Docker image - AI vector database for RAG, LLMs & hybrid search",
    "url": "https://railway.com/deploy/chromadb-1",
    "upstream": {
      "repo_url": "https://github.com/ACT900/chromadb-railway"
    }
  },
  "services": [
    {
      "name": "Chroma Database",
      "source": {
        "repo": "https://github.com/ACT900/chromadb-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Chroma Database",
      "description": "Railway reverse proxy port — must match CHROMA_HOST_PORT for traffic routing",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "IS_PERSISTENT",
      "service": "Chroma Database",
      "description": "Store all data to disk at \"/data\" volume for persistence across restarts and redeployments",
      "secret": false,
      "strategy": "default",
      "default": "TRUE"
    },
    {
      "key": "CHROMA_WORKERS",
      "service": "Chroma Database",
      "description": "Number of Uvicorn workers — increase for higher throughput under heavy concurrent load",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "CHROMA_HOST_ADDR",
      "service": "Chroma Database",
      "description": "Bind address — :: listens on all interfaces (IPv4 and IPv6) for Railway networking",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "CHROMA_HOST_PORT",
      "service": "Chroma Database",
      "description": "ChromaDB HTTP server port — must match PORT variable",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ANONYMIZED_TELEMETRY",
      "service": "Chroma Database",
      "description": "Disable anonymous usage telemetry sent to the Chroma team",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "CHROMA_TIMEOUT_KEEP_ALIVE",
      "service": "Chroma Database",
      "description": "HTTP keep-alive timeout in seconds — increase if clients hold long connections",
      "secret": false,
      "strategy": "default",
      "default": "30"
    },
    {
      "key": "RAILWAY_VOLUME_MOUNT_PATH",
      "service": "Chroma Database",
      "description": "Volume mount path for persistent storage of collections, embeddings, and HNSW indexes",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "chromadb-1"
      }
    },
    "cli": "railway deploy --template chromadb-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "08289ddc-038d-4436-935d-dafac0cdf129",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "60039aeb-84af-4dbb-a9d8-4a35fcfa8f26": {
                  "icon": "https://raw.githubusercontent.com/ACT900/chromadb-railway/main/Chroma-Svg-Logo.svg",
                  "name": "Chroma Database",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/v2/heartbeat",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ACT900/chromadb-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway reverse proxy port — must match CHROMA_HOST_PORT for traffic routing",
                      "defaultValue": "8000"
                    },
                    "IS_PERSISTENT": {
                      "isOptional": false,
                      "description": "Store all data to disk at \"/data\" volume for persistence across restarts and redeployments",
                      "defaultValue": "TRUE"
                    },
                    "CHROMA_WORKERS": {
                      "isOptional": false,
                      "description": "Number of Uvicorn workers — increase for higher throughput under heavy concurrent load",
                      "defaultValue": "1"
                    },
                    "CHROMA_HOST_ADDR": {
                      "isOptional": false,
                      "description": "Bind address — :: listens on all interfaces (IPv4 and IPv6) for Railway networking",
                      "defaultValue": "::"
                    },
                    "CHROMA_HOST_PORT": {
                      "isOptional": false,
                      "description": "ChromaDB HTTP server port — must match PORT variable",
                      "defaultValue": "${{\"Chroma Database\".PORT}}"
                    },
                    "ANONYMIZED_TELEMETRY": {
                      "isOptional": false,
                      "description": "Disable anonymous usage telemetry sent to the Chroma team",
                      "defaultValue": "false"
                    },
                    "CHROMA_TIMEOUT_KEEP_ALIVE": {
                      "isOptional": false,
                      "description": "HTTP keep-alive timeout in seconds — increase if clients hold long connections",
                      "defaultValue": "30"
                    },
                    "RAILWAY_VOLUME_MOUNT_PATH": {
                      "isOptional": false,
                      "description": "Volume mount path for persistent storage of collections, embeddings, and HNSW indexes",
                      "defaultValue": "/data"
                    }
                  },
                  "volumeMounts": {
                    "60039aeb-84af-4dbb-a9d8-4a35fcfa8f26": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T16:14:47.755Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:42:13.134Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3536c59302ea4a4faf17",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 64,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "Chroma Database"
  }
}
