{
  "manifest_version": "1.0.0",
  "template": {
    "id": "748af7d5-44d4-4493-a442-9e397d79b3e2",
    "slug": "3tpcCB",
    "name": "Gel",
    "description": "Gel template based on the Docker deployment guide",
    "url": "https://railway.com/deploy/3tpcCB",
    "upstream": {
      "image": "geldata/gel"
    }
  },
  "services": [
    {
      "name": "gel",
      "source": {
        "image": "geldata/gel"
      },
      "needs_volume": true,
      "volume_mount_path": "/gel",
      "tcp_ports": [
        5656
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "GEL_SERVER_DATADIR",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_DATADIR.",
      "secret": false,
      "strategy": "default",
      "default": "/gel/data"
    },
    {
      "key": "GEL_SERVER_ADMIN_UI",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_ADMIN_UI.",
      "secret": false,
      "strategy": "default",
      "default": "enabled"
    },
    {
      "key": "GEL_SERVER_PASSWORD",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GEL_SERVER_TLS_CERT_MODE",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_TLS_CERT_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "generate_self_signed"
    },
    {
      "key": "GEL_SERVER_COMPILER_POOL_MODE",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_COMPILER_POOL_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "on_demand"
    },
    {
      "key": "GEL_SERVER_MAX_BACKEND_CONNECTIONS",
      "service": "gel",
      "description": "Provide a value for GEL_SERVER_MAX_BACKEND_CONNECTIONS.",
      "secret": false,
      "strategy": "default",
      "default": "4"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "3tpcCB"
      }
    },
    "cli": "railway deploy --template 3tpcCB",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "748af7d5-44d4-4493-a442-9e397d79b3e2",
            "serializedConfig": {
              "services": {
                "5429ccb9-78fc-4449-acdd-c8a33f465200": {
                  "name": "gel",
                  "source": {
                    "image": "geldata/gel"
                  },
                  "variables": {
                    "GEL_SERVER_DATADIR": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/gel/data"
                    },
                    "GEL_SERVER_ADMIN_UI": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "enabled"
                    },
                    "GEL_SERVER_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{GEL_SERVER_PASSWORD}}"
                    },
                    "GEL_SERVER_TLS_CERT_MODE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "generate_self_signed"
                    },
                    "GEL_SERVER_COMPILER_POOL_MODE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "on_demand"
                    },
                    "GEL_SERVER_MAX_BACKEND_CONNECTIONS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "4"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "5656": {}
                    }
                  },
                  "volumeMounts": {
                    "5429ccb9-78fc-4449-acdd-c8a33f465200": {
                      "mountPath": "/gel"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-21T08:41:43.910Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_181732b91fd343f2b132",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 117,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "gel"
  }
}
