{
  "manifest_version": "1.0.0",
  "template": {
    "id": "794d160a-ddd9-46c0-ab66-43429096dc6e",
    "slug": "signoz-1",
    "name": "SigNoz",
    "description": "Observability tool for your app's traces, metrics and logs",
    "url": "https://railway.com/deploy/signoz-1",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/signoz-railway"
    }
  },
  "services": [
    {
      "name": "clickhouse",
      "source": {
        "repo": "https://github.com/gridalpha/signoz-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/clickhouse",
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "clickhouse-keeper",
      "source": {
        "repo": "https://github.com/gridalpha/signoz-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/clickhouse-keeper",
      "http": false
    },
    {
      "name": "schema-migrator",
      "source": {
        "repo": "https://github.com/gridalpha/signoz-railway"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "signoz",
      "source": {
        "repo": "https://github.com/gridalpha/signoz-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/signoz",
      "http": true
    },
    {
      "name": "otel-collector",
      "source": {
        "repo": "https://github.com/gridalpha/signoz-railway"
      },
      "needs_volume": false,
      "tcp_ports": [
        4317
      ],
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "clickhouse",
      "description": "HTTP port probed by the health check",
      "secret": false,
      "strategy": "default",
      "default": "8123"
    },
    {
      "key": "KEEPER_HOST",
      "service": "clickhouse",
      "description": "Private Keeper hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CLICKHOUSE_PASSWORD",
      "service": "clickhouse",
      "description": "Password for the default account",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "clickhouse",
      "description": "Dockerfile selected in the source repo",
      "secret": false,
      "strategy": "default",
      "default": "clickhouse/Dockerfile"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Cluster location on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "SSL certificate expiry in days",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Superuser password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "clickhouse-keeper",
      "description": "HTTP control port for readiness",
      "secret": false,
      "strategy": "default",
      "default": "9182"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "clickhouse-keeper",
      "description": "Dockerfile selected in the source repo",
      "secret": false,
      "strategy": "default",
      "default": "clickhouse-keeper/Dockerfile"
    },
    {
      "key": "CLICKHOUSE_HOST",
      "service": "schema-migrator",
      "description": "Private telemetry store hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CLICKHOUSE_PASSWORD",
      "service": "schema-migrator",
      "description": "Shared ClickHouse credential",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "schema-migrator",
      "description": "Dockerfile selected in the source repo",
      "secret": false,
      "strategy": "default",
      "default": "schema-migrator/Dockerfile"
    },
    {
      "key": "PORT",
      "service": "signoz",
      "description": "Health-check port for the API server",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "CLICKHOUSE_HOST",
      "service": "signoz",
      "description": "Private telemetry store hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CLICKHOUSE_PASSWORD",
      "service": "signoz",
      "description": "Shared ClickHouse credential",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNOZ_USER_ROOT_EMAIL",
      "service": "signoz",
      "description": "Admin login email",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "signoz",
      "description": "Dockerfile selected in the source repo",
      "secret": false,
      "strategy": "default",
      "default": "signoz/Dockerfile"
    },
    {
      "key": "SIGNOZ_USER_ROOT_ENABLED",
      "service": "signoz",
      "description": "Create the admin account at boot",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "SIGNOZ_USER_ROOT_ORG_NAME",
      "service": "signoz",
      "description": "Organisation name created at boot",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "SIGNOZ_USER_ROOT_PASSWORD",
      "service": "signoz",
      "description": "Admin password, needs a symbol",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SIGNOZ_GLOBAL_EXTERNAL__URL",
      "service": "signoz",
      "description": "Public URL used in alert links",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SIGNOZ_TOKENIZER_JWT_SECRET",
      "service": "signoz",
      "description": "Signs session tokens",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SIGNOZ_GLOBAL_INGESTION__URL",
      "service": "signoz",
      "description": "Ingest URL shown in onboarding",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SIGNOZ_SQLSTORE_POSTGRES_DSN",
      "service": "signoz",
      "description": "Metastore connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "otel-collector",
      "description": "Anonymous health-check port",
      "secret": false,
      "strategy": "default",
      "default": "13133"
    },
    {
      "key": "SIGNOZ_HOST",
      "service": "otel-collector",
      "description": "OpAMP server hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "OTLP_PASSWORD",
      "service": "otel-collector",
      "description": "Basic-auth password for OTLP ingest",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OTLP_USERNAME",
      "service": "otel-collector",
      "description": "Basic-auth user for OTLP ingest",
      "secret": false,
      "strategy": "default",
      "default": "ingest"
    },
    {
      "key": "CLICKHOUSE_HOST",
      "service": "otel-collector",
      "description": "Private telemetry store hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CLICKHOUSE_PASSWORD",
      "service": "otel-collector",
      "description": "Shared ClickHouse credential",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "otel-collector",
      "description": "Dockerfile selected in the source repo",
      "secret": false,
      "strategy": "default",
      "default": "otel-collector/Dockerfile"
    },
    {
      "key": "LOW_CARDINAL_EXCEPTION_GROUPING",
      "service": "otel-collector",
      "description": "Group exceptions with lower cardinality",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "signoz-1"
      }
    },
    "cli": "railway deploy --template signoz-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "794d160a-ddd9-46c0-ab66-43429096dc6e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "152a31ea-78a8-4741-a4be-a3e2868006bf": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/clickhouse.svg",
                  "name": "clickhouse",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/ping",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/signoz-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port probed by the health check",
                      "defaultValue": "8123"
                    },
                    "KEEPER_HOST": {
                      "isOptional": false,
                      "description": "Private Keeper hostname",
                      "defaultValue": "${{clickhouse-keeper.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "CLICKHOUSE_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the default account",
                      "defaultValue": "{{CLICKHOUSE_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile selected in the source repo",
                      "defaultValue": "clickhouse/Dockerfile"
                    }
                  },
                  "volumeMounts": {
                    "152a31ea-78a8-4741-a4be-a3e2868006bf": {
                      "mountPath": "/var/lib/clickhouse"
                    }
                  }
                },
                "1d608f8c-6411-40a3-baa3-c457699cbe34": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Cluster location on the volume",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Database created on first boot",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser created on first boot",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "SSL certificate expiry in days",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Superuser password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Clean shutdown window",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "1d608f8c-6411-40a3-baa3-c457699cbe34": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "4a49516f-4e39-404d-b1ef-00ec030cd83a": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/clickhouse.svg",
                  "name": "clickhouse-keeper",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/ready",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/signoz-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP control port for readiness",
                      "defaultValue": "9182"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile selected in the source repo",
                      "defaultValue": "clickhouse-keeper/Dockerfile"
                    }
                  },
                  "volumeMounts": {
                    "4a49516f-4e39-404d-b1ef-00ec030cd83a": {
                      "mountPath": "/var/lib/clickhouse-keeper"
                    }
                  }
                },
                "8770444c-3c61-4b0c-80ad-db75e793a61a": {
                  "icon": "https://raw.githubusercontent.com/cncf/artwork/main/projects/opentelemetry/icon/color/opentelemetry-icon-color.svg",
                  "name": "schema-migrator",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "NEVER",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/signoz-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "CLICKHOUSE_HOST": {
                      "isOptional": false,
                      "description": "Private telemetry store hostname",
                      "defaultValue": "${{clickhouse.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "CLICKHOUSE_PASSWORD": {
                      "isOptional": false,
                      "description": "Shared ClickHouse credential",
                      "defaultValue": "${{clickhouse.CLICKHOUSE_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile selected in the source repo",
                      "defaultValue": "schema-migrator/Dockerfile"
                    }
                  }
                },
                "b140489c-955d-41bc-b4a4-2947564263a5": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/signoz.svg",
                  "name": "signoz",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/signoz-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Health-check port for the API server",
                      "defaultValue": "8080"
                    },
                    "CLICKHOUSE_HOST": {
                      "isOptional": false,
                      "description": "Private telemetry store hostname",
                      "defaultValue": "${{clickhouse.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "CLICKHOUSE_PASSWORD": {
                      "isOptional": false,
                      "description": "Shared ClickHouse credential",
                      "defaultValue": "${{clickhouse.CLICKHOUSE_PASSWORD}}"
                    },
                    "SIGNOZ_USER_ROOT_EMAIL": {
                      "isOptional": false,
                      "description": "Admin login email",
                      "defaultValue": "admin@example.com"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile selected in the source repo",
                      "defaultValue": "signoz/Dockerfile"
                    },
                    "SIGNOZ_USER_ROOT_ENABLED": {
                      "isOptional": false,
                      "description": "Create the admin account at boot",
                      "defaultValue": "true"
                    },
                    "SIGNOZ_USER_ROOT_ORG_NAME": {
                      "isOptional": false,
                      "description": "Organisation name created at boot",
                      "defaultValue": "default"
                    },
                    "SIGNOZ_USER_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin password, needs a symbol",
                      "defaultValue": "{{SIGNOZ_USER_ROOT_PASSWORD}}"
                    },
                    "SIGNOZ_GLOBAL_EXTERNAL__URL": {
                      "isOptional": false,
                      "description": "Public URL used in alert links",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SIGNOZ_TOKENIZER_JWT_SECRET": {
                      "isOptional": false,
                      "description": "Signs session tokens",
                      "defaultValue": "{{SIGNOZ_TOKENIZER_JWT_SECRET}}"
                    },
                    "SIGNOZ_GLOBAL_INGESTION__URL": {
                      "isOptional": false,
                      "description": "Ingest URL shown in onboarding",
                      "defaultValue": "https://${{otel-collector.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SIGNOZ_SQLSTORE_POSTGRES_DSN": {
                      "isOptional": false,
                      "description": "Metastore connection string",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "b140489c-955d-41bc-b4a4-2947564263a5": {
                      "mountPath": "/var/lib/signoz"
                    }
                  }
                },
                "f5ace4bf-5c5e-490f-bb4d-2529885b36c5": {
                  "icon": "https://raw.githubusercontent.com/cncf/artwork/main/projects/opentelemetry/icon/color/opentelemetry-icon-color.svg",
                  "name": "otel-collector",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/signoz-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Anonymous health-check port",
                      "defaultValue": "13133"
                    },
                    "SIGNOZ_HOST": {
                      "isOptional": false,
                      "description": "OpAMP server hostname",
                      "defaultValue": "${{signoz.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "OTLP_PASSWORD": {
                      "isOptional": false,
                      "description": "Basic-auth password for OTLP ingest",
                      "defaultValue": "{{OTLP_PASSWORD}}"
                    },
                    "OTLP_USERNAME": {
                      "isOptional": false,
                      "description": "Basic-auth user for OTLP ingest",
                      "defaultValue": "ingest"
                    },
                    "CLICKHOUSE_HOST": {
                      "isOptional": false,
                      "description": "Private telemetry store hostname",
                      "defaultValue": "${{clickhouse.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "CLICKHOUSE_PASSWORD": {
                      "isOptional": false,
                      "description": "Shared ClickHouse credential",
                      "defaultValue": "${{clickhouse.CLICKHOUSE_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile selected in the source repo",
                      "defaultValue": "otel-collector/Dockerfile"
                    },
                    "LOW_CARDINAL_EXCEPTION_GROUPING": {
                      "isOptional": false,
                      "description": "Group exceptions with lower cardinality",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "4317": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:4318": {
                        "port": 4318
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "signoz",
      "method": "GET",
      "path": "/api/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 6,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T14:59:23.001Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_a3b57ea5f0554134b6e1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "SUCCESS,FAILED,SUCCESS,SUCCESS,SUCCESS,SUCCESS"
      }
    ]
  }
}
