{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6066013c-6181-43f4-b975-aea4981139c2",
    "slug": "ska4rn",
    "name": "RabbitMQ-Family-Circle",
    "description": "3.13.3-management - RabbitMQ - UI",
    "url": "https://railway.com/deploy/ska4rn",
    "upstream": {
      "image": "ghcr.io/brody192/railway-public-to-private-proxy"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "RabbitMQ",
      "source": {
        "image": "rabbitmq:management-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/rabbitmq",
      "http": false
    },
    {
      "name": "RabbitMQ Web UI",
      "source": {
        "image": "ghcr.io/brody192/railway-public-to-private-proxy"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RABBITMQ_URL",
      "service": "RabbitMQ",
      "description": "Provide a value for RABBITMQ_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RABBITMQ_PRIVATE_URL",
      "service": "RabbitMQ",
      "description": "Provide a value for RABBITMQ_PRIVATE_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RABBITMQ_DEFAULT_PASS",
      "service": "RabbitMQ",
      "description": "Provide a value for RABBITMQ_DEFAULT_PASS.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RABBITMQ_DEFAULT_USER",
      "service": "RabbitMQ",
      "description": "Provide a value for RABBITMQ_DEFAULT_USER.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PROXY_PORT",
      "service": "RabbitMQ Web UI",
      "description": "Provide a value for PROXY_PORT.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ska4rn"
      }
    },
    "cli": "railway deploy --template ska4rn",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6066013c-6181-43f4-b975-aea4981139c2",
            "serializedConfig": {
              "services": {
                "46d3e2f5-45b2-4a64-9782-ea1ec7eb32e4": {
                  "icon": null,
                  "name": "RabbitMQ",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"echo management.tcp.ip = :: >> /etc/rabbitmq/conf.d/10-defaults.conf && docker-entrypoint.sh rabbitmq-server\"",
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "rabbitmq:management-alpine"
                  },
                  "variables": {
                    "RABBITMQ_URL": {
                      "isOptional": false,
                      "defaultValue": "{{RABBITMQ_URL}}"
                    },
                    "RABBITMQ_PRIVATE_URL": {
                      "isOptional": false,
                      "defaultValue": "{{RABBITMQ_PRIVATE_URL}}"
                    },
                    "RABBITMQ_DEFAULT_PASS": {
                      "isOptional": false,
                      "defaultValue": "{{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_DEFAULT_USER": {
                      "isOptional": false,
                      "defaultValue": "{{RABBITMQ_DEFAULT_USER}}"
                    }
                  },
                  "volumeMounts": {
                    "46d3e2f5-45b2-4a64-9782-ea1ec7eb32e4": {
                      "mountPath": "/var/lib/rabbitmq"
                    }
                  }
                },
                "62fbc362-c53e-40b2-a41e-76e683fc8a7d": {
                  "icon": null,
                  "name": "RabbitMQ Web UI",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/brody192/railway-public-to-private-proxy"
                  },
                  "variables": {
                    "PROXY_PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PROXY_PORT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
