{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d954169e-f4d2-49e0-af3b-5ab39211ba8c",
    "slug": "redis-by-bitnami",
    "name": "Redis by Bitnami",
    "description": "Secure, persistent Redis powered by Bitnami. Deploy in 1-click 🚀",
    "url": "https://railway.com/deploy/redis-by-bitnami",
    "upstream": {
      "image": "bitnami/redis:latest"
    }
  },
  "services": [
    {
      "name": "redis",
      "source": {
        "image": "bitnami/redis:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami/redis/data",
      "tcp_ports": [
        6379
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "redis",
      "description": "Private Redis hostname within the Railway project",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "redis",
      "description": "Redis TCP port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "redis",
      "description": "Default Redis ACL username",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "redis",
      "description": "Internal Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis",
      "description": "Password required to authenticate to Redis",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "redis",
      "description": "Run as root to ensure Railway volume write access",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redis-by-bitnami"
      }
    },
    "cli": "railway deploy --template redis-by-bitnami",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d954169e-f4d2-49e0-af3b-5ab39211ba8c",
            "serializedConfig": {
              "services": {
                "b4b1dfa8-9280-401b-b325-ea263942edf4": {
                  "icon": "https://devicons.railway.app/redis",
                  "name": "redis",
                  "deploy": {
                    "startCommand": "/bin/bash -c 'mkdir -p /bitnami/redis/data && exec /opt/bitnami/redis/bin/redis-server --port 6379 --bind 0.0.0.0 --protected-mode yes --dir /bitnami/redis/data --appendonly yes --requirepass \"$REDIS_PASSWORD\"'"
                  },
                  "source": {
                    "image": "bitnami/redis:latest"
                  },
                  "variables": {
                    "REDISHOST": {
                      "description": "Private Redis hostname within the Railway project",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "description": "Redis TCP port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "description": "Default Redis ACL username",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "description": "Internal Redis connection URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Password required to authenticate to Redis",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "Run as root to ensure Railway volume write access",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "6379": {}
                    }
                  },
                  "volumeMounts": {
                    "b4b1dfa8-9280-401b-b325-ea263942edf4": {
                      "mountPath": "/bitnami/redis/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:06:17.763Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5e51f970378a463885a9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 93,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "redis"
  }
}
