{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1270c52f-28c3-40fd-9345-7aa8303f5925",
    "slug": "redis-ui",
    "name": "Redis UI",
    "description": "Manage and explore Redis visually with a powerful web UI, ready in 1 click.",
    "url": "https://railway.com/deploy/redis-ui",
    "upstream": {
      "image": "redis/redisinsight:latest"
    }
  },
  "services": [
    {
      "name": "redis-insight",
      "source": {
        "image": "redis/redisinsight:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "redis-insight",
      "description": "Railway public service port",
      "secret": false,
      "strategy": "default",
      "default": "5540"
    },
    {
      "key": "RI_APP_HOST",
      "service": "redis-insight",
      "description": "Listen on all interfaces",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "RI_APP_PORT",
      "service": "redis-insight",
      "description": "Redis Insight application port",
      "secret": false,
      "strategy": "default",
      "default": "5540"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "redis-insight",
      "description": "Ensure write access to the Railway-mounted /data volume",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redis-ui"
      }
    },
    "cli": "railway deploy --template redis-ui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1270c52f-28c3-40fd-9345-7aa8303f5925",
            "serializedConfig": {
              "services": {
                "80a60073-61b4-4cb6-95aa-3d935b124b2d": {
                  "icon": "https://canada1.discourse-cdn.com/flex029/uploads/redis/original/1X/b6fcf36c49388c3df1194d14c74a356e9c39698e.png",
                  "name": "redis-insight",
                  "source": {
                    "image": "redis/redisinsight:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Railway public service port",
                      "defaultValue": "5540"
                    },
                    "RI_APP_HOST": {
                      "description": "Listen on all interfaces",
                      "defaultValue": "0.0.0.0"
                    },
                    "RI_APP_PORT": {
                      "description": "Redis Insight application port",
                      "defaultValue": "5540"
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "Ensure write access to the Railway-mounted /data volume",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5540": {
                        "port": 5540
                      }
                    }
                  },
                  "volumeMounts": {
                    "80a60073-61b4-4cb6-95aa-3d935b124b2d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T15:49:18.017Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4d0270fa417f4da1b3cf",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 29,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "redis-insight"
  }
}
