{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3fea0072-c207-4829-b83d-69a45b9b07c6",
    "slug": "dragonfly-redis-replacement",
    "name": "Dragonfly — Redis Replacement, 25x Faster, No Cluster",
    "description": "Self-host Dragonfly: drop-in Redis replacement, 25x throughput. No cluster.",
    "url": "https://railway.com/deploy/dragonfly-redis-replacement",
    "upstream": {
      "image": "dragonflydb/dragonfly:v1.27.1"
    }
  },
  "services": [
    {
      "name": "Dragonfly",
      "source": {
        "image": "dragonflydb/dragonfly:v1.27.1"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dragonfly-redis-replacement"
      }
    },
    "cli": "railway deploy --template dragonfly-redis-replacement",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3fea0072-c207-4829-b83d-69a45b9b07c6",
            "serializedConfig": {
              "services": {
                "3ab32f63-61a8-40b5-a144-665794d04083": {
                  "icon": "https://www.dragonflydb.io/favicon.svg",
                  "name": "Dragonfly",
                  "source": {
                    "image": "dragonflydb/dragonfly:v1.27.1"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:6379": {
                        "port": 6379
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-22T17:05:06.549Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dd4bba747a004b519203",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Dragonfly"
  }
}
