{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b8462a4e-89ac-4fc6-8fd6-1f7f9b4d423f",
    "slug": "redisinsight",
    "name": "RedisInsight | Official Redis GUI on Railway",
    "description": "Self-host the Redis GUI. Browse keys, profile memory, run commands",
    "url": "https://railway.com/deploy/redisinsight",
    "upstream": {
      "image": "redis/redisinsight:latest"
    }
  },
  "services": [
    {
      "name": "RedisInsight",
      "source": {
        "image": "redis/redisinsight:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "RedisInsight",
      "description": "HTTP server listening port",
      "secret": false,
      "strategy": "default",
      "default": "5540"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "RedisInsight",
      "description": "Run container using root user",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "RI_ACCEPT_TERMS_AND_CONDITIONS",
      "service": "RedisInsight",
      "description": "Accept RedisInsight terms and conditions",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redisinsight"
      }
    },
    "cli": "railway deploy --template redisinsight",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b8462a4e-89ac-4fc6-8fd6-1f7f9b4d423f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6bf58938-f3f0-4164-8491-673dcd75d22d": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg",
                  "name": "RedisInsight",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis/redisinsight:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP server listening port",
                      "defaultValue": "5540"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Run container using root user",
                      "defaultValue": "0"
                    },
                    "RI_ACCEPT_TERMS_AND_CONDITIONS": {
                      "isOptional": false,
                      "description": "Accept RedisInsight terms and conditions",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6bf58938-f3f0-4164-8491-673dcd75d22d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T16:55:46.939Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_595c056adfff411bb4f1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "RedisInsight"
  }
}
