{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b18b461c-eb19-4ef8-938b-a3c5ec79aca3",
    "slug": "TgfPHD",
    "name": "Datalust Seq",
    "description": "Ingestion and analysis of structured logs and traces",
    "url": "https://railway.com/deploy/TgfPHD",
    "upstream": {
      "image": "datalust/seq"
    }
  },
  "services": [
    {
      "name": "Seq",
      "source": {
        "image": "datalust/seq"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Seq",
      "description": "Internal port for serving the UI",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ACCEPT_EULA",
      "service": "Seq",
      "description": "Automatically accept the Seq EULA",
      "secret": false,
      "strategy": "default",
      "default": "Y"
    },
    {
      "key": "SEQ_API_LISTENURIS",
      "service": "Seq",
      "description": "UI and ingestion on $PORT, and private network ingestion on port 5341",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SEQ_API_CANONICALURI",
      "service": "Seq",
      "description": "Used for generating links back to Seq (if Seq is exposed publicly)",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SEQ_API_INGESTIONPORTS",
      "service": "Seq",
      "description": "Limit port 5341 to ingestion",
      "secret": false,
      "strategy": "default",
      "default": "5341"
    },
    {
      "key": "SEQ_FIRSTRUN_ADMINUSERNAME",
      "service": "Seq",
      "description": "Admin username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "TgfPHD"
      }
    },
    "cli": "railway deploy --template TgfPHD",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b18b461c-eb19-4ef8-938b-a3c5ec79aca3",
            "serializedConfig": {
              "services": {
                "43831470-3b28-4e8c-ab4a-81af863eda4a": {
                  "icon": "https://static.per.computer/railway-seq-logo.svg",
                  "name": "Seq",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "datalust/seq"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Internal port for serving the UI",
                      "defaultValue": "8080"
                    },
                    "ACCEPT_EULA": {
                      "isOptional": false,
                      "description": "Automatically accept the Seq EULA",
                      "defaultValue": "Y"
                    },
                    "SEQ_API_LISTENURIS": {
                      "isOptional": false,
                      "description": "UI and ingestion on $PORT, and private network ingestion on port 5341",
                      "defaultValue": "http://localhost:${{Seq.PORT}},http://[::]:5341"
                    },
                    "SEQ_API_CANONICALURI": {
                      "isOptional": true,
                      "description": "Used for generating links back to Seq (if Seq is exposed publicly)",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SEQ_API_INGESTIONPORTS": {
                      "description": "Limit port 5341 to ingestion",
                      "defaultValue": "5341"
                    },
                    "SEQ_FIRSTRUN_ADMINPASSWORD": {
                      "isOptional": true,
                      "description": "Initial admin password that must be changed on first login (if empty, access is unrestricted!)",
                      "defaultValue": ""
                    },
                    "SEQ_FIRSTRUN_ADMINUSERNAME": {
                      "isOptional": true,
                      "description": "Admin username",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "43831470-3b28-4e8c-ab4a-81af863eda4a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Seq",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T13:23:28.417Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_300ee6286eae41f48d05",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
