{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3b9bfdf3-59c7-4571-b7e9-8c73828bb7cf",
    "slug": "uHWaRy",
    "name": "ScyllaDB (Deprecated)",
    "description": "Use https://railway.app/template/6RHNrS?referralCode=NreDXR instead!",
    "url": "https://railway.com/deploy/uHWaRy",
    "upstream": {
      "image": "ghcr.io/null2264/scylladb-railway:2025.1-experimental"
    }
  },
  "services": [
    {
      "name": "ScyllaDB",
      "source": {
        "image": "ghcr.io/null2264/scylladb-railway:2025.1-experimental"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/scylla",
      "tcp_ports": [
        9042
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MEM",
      "service": "ScyllaDB",
      "description": "Memory limit",
      "secret": false,
      "strategy": "default",
      "default": "2G"
    },
    {
      "key": "SMP",
      "service": "ScyllaDB",
      "description": "CPU Core Count limit",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "API_ADDR",
      "service": "ScyllaDB",
      "description": "ScyllaDB's Rest API address.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "OVERPROV",
      "service": "ScyllaDB",
      "description": "Toggle overprovisioned mode, recommended to leave it on (1 = on, 0 = off)",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_ADDR",
      "service": "ScyllaDB",
      "description": "The IP that ScyllaDB binds to for connection.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "SCYLLA_HOST",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SYCLLA_PORT",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "ScyllaDB",
      "description": "Public URL to connect to ScyllaDB",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SCYLLA_PRIVATE_HOST",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SCYLLA_PRIVATE_PORT",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "uHWaRy"
      }
    },
    "cli": "railway deploy --template uHWaRy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3b9bfdf3-59c7-4571-b7e9-8c73828bb7cf",
            "serializedConfig": {
              "services": {
                "200687da-538a-44a3-a016-0e275c2ca4f8": {
                  "name": "ScyllaDB",
                  "source": {
                    "image": "ghcr.io/null2264/scylladb-railway:2025.1-experimental"
                  },
                  "variables": {
                    "MEM": {
                      "isOptional": true,
                      "description": "Memory limit",
                      "defaultValue": "2G"
                    },
                    "SMP": {
                      "isOptional": true,
                      "description": "CPU Core Count limit",
                      "defaultValue": "2"
                    },
                    "API_ADDR": {
                      "isOptional": true,
                      "description": "ScyllaDB's Rest API address.",
                      "defaultValue": "0.0.0.0"
                    },
                    "OVERPROV": {
                      "isOptional": true,
                      "description": "Toggle overprovisioned mode, recommended to leave it on (1 = on, 0 = off)",
                      "defaultValue": "1"
                    },
                    "LISTEN_ADDR": {
                      "isOptional": true,
                      "description": "The IP that ScyllaDB binds to for connection.",
                      "defaultValue": "0.0.0.0"
                    },
                    "SCYLLA_HOST": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "SYCLLA_PORT": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public URL to connect to ScyllaDB",
                      "defaultValue": "cassandra://${{SCYLLA_HOST}}:${{SYCLLA_PORT}}"
                    },
                    "SCYLLA_PRIVATE_HOST": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SCYLLA_PRIVATE_PORT": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
                      "defaultValue": "${{RAILWAY_TCP_APPLICATION_PORT}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "9042": {}
                    }
                  },
                  "volumeMounts": {
                    "200687da-538a-44a3-a016-0e275c2ca4f8": {
                      "mountPath": "/var/lib/scylla"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T08:12:53.640Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d42177352edb46649be4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 85,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "ScyllaDB"
  }
}
