{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8401a81f-14d0-4c4a-bcea-e777b4e9382f",
    "slug": "automatisch-workfl-1",
    "name": "Automatisch workflow automation",
    "description": "Private workflow automation with a dedicated worker and durable data.",
    "url": "https://railway.com/deploy/automatisch-workfl-1",
    "upstream": {
      "image": "automatischio/automatisch:0.15.0@sha256:3bace7a12d5fb3f5b1305a6a52232270e0e0abd8465a8b78baacb07f6ea89594"
    }
  },
  "services": [
    {
      "name": "Automatisch Worker",
      "source": {
        "image": "automatischio/automatisch:0.15.0@sha256:3bace7a12d5fb3f5b1305a6a52232270e0e0abd8465a8b78baacb07f6ea89594"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Automatisch PostgreSQL",
      "source": {
        "image": "postgres:14.21-alpine@sha256:0197f365d4245fffa3988018ab1a5040b4ba79b572b21c2c82695d7b68692ff0"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql",
      "http": false
    },
    {
      "name": "Automatisch",
      "source": {
        "image": "automatischio/automatisch:0.15.0@sha256:3bace7a12d5fb3f5b1305a6a52232270e0e0abd8465a8b78baacb07f6ea89594"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Automatisch Redis",
      "source": {
        "image": "redis:7.2.4-alpine@sha256:c8bb255c3559b3e458766db810aa7b3c7af1235b204cfdb304e79ff388fe1a5a"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "Automatisch Worker",
      "description": "Public Railway hostname used in workflow URLs.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PORT",
      "service": "Automatisch Worker",
      "description": "Shared application URL port setting.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "WORKER",
      "service": "Automatisch Worker",
      "description": "Run the BullMQ worker instead of the web process.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "API_URL",
      "service": "Automatisch Worker",
      "description": "Public API origin without the private container port.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "APP_ENV",
      "service": "Automatisch Worker",
      "description": "Enable production behavior.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "PROTOCOL",
      "service": "Automatisch Worker",
      "description": "Public URL protocol.",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "REDIS_DB",
      "service": "Automatisch Worker",
      "description": "BullMQ Redis database number.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "LOG_LEVEL",
      "service": "Automatisch Worker",
      "description": "Production logging level.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "REDIS_TLS",
      "service": "Automatisch Worker",
      "description": "Use Railway private networking without Redis TLS.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "REDIS_HOST",
      "service": "Automatisch Worker",
      "description": "Private Redis hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Automatisch Worker",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "WEBHOOK_URL",
      "service": "Automatisch Worker",
      "description": "Public base URL for incoming webhooks.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "WEB_APP_URL",
      "service": "Automatisch Worker",
      "description": "Public browser origin without the private container port.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "Automatisch Worker",
      "description": "Private PostgreSQL hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_PORT",
      "service": "Automatisch Worker",
      "description": "Private PostgreSQL port.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "APP_SECRET_KEY",
      "service": "Automatisch Worker",
      "description": "Use the main service's authentication signing key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "Automatisch Worker",
      "description": "Use the main service's credential-encryption key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Automatisch Worker",
      "description": "Referenced Redis credential.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DISABLE_SEED_USER",
      "service": "Automatisch Worker",
      "description": "Disable the insecure upstream sample account.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "POSTGRES_DATABASE",
      "service": "Automatisch Worker",
      "description": "Automatisch database name.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Automatisch Worker",
      "description": "Referenced database credential.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USERNAME",
      "service": "Automatisch Worker",
      "description": "Automatisch database user.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "TELEMETRY_ENABLED",
      "service": "Automatisch Worker",
      "description": "Disable upstream telemetry.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "WEBHOOK_SECRET_KEY",
      "service": "Automatisch Worker",
      "description": "Use the main service's webhook signing key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_ENABLE_SSL",
      "service": "Automatisch Worker",
      "description": "Use Railway private networking without database TLS.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ENABLE_BULLMQ_DASHBOARD",
      "service": "Automatisch Worker",
      "description": "Keep the unauthenticated queue dashboard disabled.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Automatisch Worker",
      "description": "Allow queued work to shut down cleanly.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Automatisch PostgreSQL",
      "description": "Automatisch database name.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Automatisch PostgreSQL",
      "description": "Automatisch database user.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Automatisch PostgreSQL",
      "description": "Generated database password.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Automatisch PostgreSQL",
      "description": "Allow PostgreSQL to shut down cleanly.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "HOST",
      "service": "Automatisch",
      "description": "Public Railway hostname used in generated URLs.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PORT",
      "service": "Automatisch",
      "description": "Automatisch HTTP port.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "API_URL",
      "service": "Automatisch",
      "description": "Public API origin without the private container port.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "APP_ENV",
      "service": "Automatisch",
      "description": "Enable production behavior.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "PROTOCOL",
      "service": "Automatisch",
      "description": "Public URL protocol.",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "REDIS_DB",
      "service": "Automatisch",
      "description": "BullMQ Redis database number.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "LOG_LEVEL",
      "service": "Automatisch",
      "description": "Production logging level.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "REDIS_TLS",
      "service": "Automatisch",
      "description": "Use Railway private networking without Redis TLS.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "REDIS_HOST",
      "service": "Automatisch",
      "description": "Private Redis hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Automatisch",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "WEBHOOK_URL",
      "service": "Automatisch",
      "description": "Public base URL for incoming webhooks.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "WEB_APP_URL",
      "service": "Automatisch",
      "description": "Public browser origin without the private container port.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "Automatisch",
      "description": "Private PostgreSQL hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_PORT",
      "service": "Automatisch",
      "description": "Private PostgreSQL port.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "APP_SECRET_KEY",
      "service": "Automatisch",
      "description": "Generated application authentication signing key.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "Automatisch",
      "description": "Generated key for stored connector credentials.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Automatisch",
      "description": "Referenced Redis credential.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DISABLE_SEED_USER",
      "service": "Automatisch",
      "description": "Disable the insecure upstream sample account.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "POSTGRES_DATABASE",
      "service": "Automatisch",
      "description": "Automatisch database name.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Automatisch",
      "description": "Referenced database credential.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USERNAME",
      "service": "Automatisch",
      "description": "Automatisch database user.",
      "secret": false,
      "strategy": "default",
      "default": "automatisch"
    },
    {
      "key": "TELEMETRY_ENABLED",
      "service": "Automatisch",
      "description": "Disable upstream telemetry.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "WEBHOOK_SECRET_KEY",
      "service": "Automatisch",
      "description": "Generated webhook signing key.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "POSTGRES_ENABLE_SSL",
      "service": "Automatisch",
      "description": "Use Railway private networking without database TLS.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ENABLE_BULLMQ_DASHBOARD",
      "service": "Automatisch",
      "description": "Keep the unauthenticated queue dashboard disabled.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Automatisch",
      "description": "Allow bounded graceful shutdown.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Automatisch Redis",
      "description": "Generated Redis password.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Automatisch Redis",
      "description": "Allow Redis AOF state to flush before shutdown.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "automatisch-workfl-1"
      }
    },
    "cli": "railway deploy --template automatisch-workfl-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8401a81f-14d0-4c4a-bcea-e777b4e9382f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0296f64c-62a7-43bb-a15b-263904679fbb": {
                  "icon": null,
                  "name": "Automatisch Worker",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": null,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "automatischio/automatisch:0.15.0@sha256:3bace7a12d5fb3f5b1305a6a52232270e0e0abd8465a8b78baacb07f6ea89594"
                  },
                  "variables": {
                    "HOST": {
                      "isOptional": false,
                      "description": "Public Railway hostname used in workflow URLs.",
                      "defaultValue": "${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Shared application URL port setting.",
                      "defaultValue": "3000"
                    },
                    "WORKER": {
                      "isOptional": false,
                      "description": "Run the BullMQ worker instead of the web process.",
                      "defaultValue": "true"
                    },
                    "API_URL": {
                      "isOptional": false,
                      "description": "Public API origin without the private container port.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "Enable production behavior.",
                      "defaultValue": "production"
                    },
                    "PROTOCOL": {
                      "isOptional": false,
                      "description": "Public URL protocol.",
                      "defaultValue": "https"
                    },
                    "REDIS_DB": {
                      "isOptional": false,
                      "description": "BullMQ Redis database number.",
                      "defaultValue": "0"
                    },
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Production logging level.",
                      "defaultValue": "info"
                    },
                    "REDIS_TLS": {
                      "isOptional": false,
                      "description": "Use Railway private networking without Redis TLS.",
                      "defaultValue": "false"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis hostname.",
                      "defaultValue": "${{Automatisch Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "WEBHOOK_URL": {
                      "isOptional": false,
                      "description": "Public base URL for incoming webhooks.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "WEB_APP_URL": {
                      "isOptional": false,
                      "description": "Public browser origin without the private container port.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "POSTGRES_HOST": {
                      "isOptional": false,
                      "description": "Private PostgreSQL hostname.",
                      "defaultValue": "${{Automatisch PostgreSQL.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "POSTGRES_PORT": {
                      "isOptional": false,
                      "description": "Private PostgreSQL port.",
                      "defaultValue": "5432"
                    },
                    "APP_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Use the main service's authentication signing key.",
                      "defaultValue": "${{Automatisch.APP_SECRET_KEY}}"
                    },
                    "ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "Use the main service's credential-encryption key.",
                      "defaultValue": "${{Automatisch.ENCRYPTION_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Referenced Redis credential.",
                      "defaultValue": "${{Automatisch Redis.REDIS_PASSWORD}}"
                    },
                    "DISABLE_SEED_USER": {
                      "isOptional": false,
                      "description": "Disable the insecure upstream sample account.",
                      "defaultValue": "true"
                    },
                    "POSTGRES_DATABASE": {
                      "isOptional": false,
                      "description": "Automatisch database name.",
                      "defaultValue": "automatisch"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Referenced database credential.",
                      "defaultValue": "${{Automatisch PostgreSQL.POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_USERNAME": {
                      "isOptional": false,
                      "description": "Automatisch database user.",
                      "defaultValue": "automatisch"
                    },
                    "TELEMETRY_ENABLED": {
                      "isOptional": false,
                      "description": "Disable upstream telemetry.",
                      "defaultValue": "false"
                    },
                    "WEBHOOK_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Use the main service's webhook signing key.",
                      "defaultValue": "${{Automatisch.WEBHOOK_SECRET_KEY}}"
                    },
                    "POSTGRES_ENABLE_SSL": {
                      "isOptional": false,
                      "description": "Use Railway private networking without database TLS.",
                      "defaultValue": "false"
                    },
                    "ENABLE_BULLMQ_DASHBOARD": {
                      "isOptional": false,
                      "description": "Keep the unauthenticated queue dashboard disabled.",
                      "defaultValue": "false"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow queued work to shut down cleanly.",
                      "defaultValue": "60"
                    }
                  }
                },
                "3972259b-1154-4cc7-bb38-c0f5785d5c60": {
                  "icon": null,
                  "name": "Automatisch PostgreSQL",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": null,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "postgres:14.21-alpine@sha256:0197f365d4245fffa3988018ab1a5040b4ba79b572b21c2c82695d7b68692ff0"
                  },
                  "variables": {
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Automatisch database name.",
                      "defaultValue": "automatisch"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Automatisch database user.",
                      "defaultValue": "automatisch"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated database password.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow PostgreSQL to shut down cleanly.",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "3972259b-1154-4cc7-bb38-c0f5785d5c60": {
                      "sizeMB": 5000,
                      "mountPath": "/var/lib/postgresql"
                    }
                  }
                },
                "92f98c83-52f2-4a75-adca-447e56ab03e9": {
                  "icon": null,
                  "name": "Automatisch",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthcheck",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 600,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "automatischio/automatisch:0.15.0@sha256:3bace7a12d5fb3f5b1305a6a52232270e0e0abd8465a8b78baacb07f6ea89594"
                  },
                  "variables": {
                    "HOST": {
                      "isOptional": false,
                      "description": "Public Railway hostname used in generated URLs.",
                      "defaultValue": "${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Automatisch HTTP port.",
                      "defaultValue": "3000"
                    },
                    "API_URL": {
                      "isOptional": false,
                      "description": "Public API origin without the private container port.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "Enable production behavior.",
                      "defaultValue": "production"
                    },
                    "PROTOCOL": {
                      "isOptional": false,
                      "description": "Public URL protocol.",
                      "defaultValue": "https"
                    },
                    "REDIS_DB": {
                      "isOptional": false,
                      "description": "BullMQ Redis database number.",
                      "defaultValue": "0"
                    },
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Production logging level.",
                      "defaultValue": "info"
                    },
                    "REDIS_TLS": {
                      "isOptional": false,
                      "description": "Use Railway private networking without Redis TLS.",
                      "defaultValue": "false"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis hostname.",
                      "defaultValue": "${{Automatisch Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "WEBHOOK_URL": {
                      "isOptional": false,
                      "description": "Public base URL for incoming webhooks.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "WEB_APP_URL": {
                      "isOptional": false,
                      "description": "Public browser origin without the private container port.",
                      "defaultValue": "https://${{Automatisch.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "POSTGRES_HOST": {
                      "isOptional": false,
                      "description": "Private PostgreSQL hostname.",
                      "defaultValue": "${{Automatisch PostgreSQL.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "POSTGRES_PORT": {
                      "isOptional": false,
                      "description": "Private PostgreSQL port.",
                      "defaultValue": "5432"
                    },
                    "APP_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Generated application authentication signing key.",
                      "defaultValue": "{{APP_SECRET_KEY}}"
                    },
                    "ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "Generated key for stored connector credentials.",
                      "defaultValue": "{{ENCRYPTION_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Referenced Redis credential.",
                      "defaultValue": "${{Automatisch Redis.REDIS_PASSWORD}}"
                    },
                    "DISABLE_SEED_USER": {
                      "isOptional": false,
                      "description": "Disable the insecure upstream sample account.",
                      "defaultValue": "true"
                    },
                    "POSTGRES_DATABASE": {
                      "isOptional": false,
                      "description": "Automatisch database name.",
                      "defaultValue": "automatisch"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Referenced database credential.",
                      "defaultValue": "${{Automatisch PostgreSQL.POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_USERNAME": {
                      "isOptional": false,
                      "description": "Automatisch database user.",
                      "defaultValue": "automatisch"
                    },
                    "TELEMETRY_ENABLED": {
                      "isOptional": false,
                      "description": "Disable upstream telemetry.",
                      "defaultValue": "false"
                    },
                    "WEBHOOK_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Generated webhook signing key.",
                      "defaultValue": "{{WEBHOOK_SECRET_KEY}}"
                    },
                    "POSTGRES_ENABLE_SSL": {
                      "isOptional": false,
                      "description": "Use Railway private networking without database TLS.",
                      "defaultValue": "false"
                    },
                    "ENABLE_BULLMQ_DASHBOARD": {
                      "isOptional": false,
                      "description": "Keep the unauthenticated queue dashboard disabled.",
                      "defaultValue": "false"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow bounded graceful shutdown.",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {
                        "port": 3000
                      }
                    }
                  }
                },
                "9bd9d8a9-e563-42b1-bddf-f1097c71c412": {
                  "icon": null,
                  "name": "Automatisch Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -ec 'umask 077; printf \"appendonly yes\\nappendfsync everysec\\nrequirepass %s\\n\" \"$REDIS_PASSWORD\" >/tmp/redis.conf; exec redis-server /tmp/redis.conf'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": null,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:7.2.4-alpine@sha256:c8bb255c3559b3e458766db810aa7b3c7af1235b204cfdb304e79ff388fe1a5a"
                  },
                  "variables": {
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated Redis password.",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow Redis AOF state to flush before shutdown.",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "9bd9d8a9-e563-42b1-bddf-f1097c71c412": {
                      "sizeMB": 1000,
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxies",
                      "options": [
                        1,
                        2
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "HAProxy instances routing writes to the primary",
                      "defaultValue": 2
                    },
                    "replica": {
                      "label": "Redis Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "Redis",
                      "description": "Nodes running Redis + colocated Sentinel",
                      "defaultValue": 2
                    },
                    "internal": null,
                    "description": "This will convert your Redis instance to an HA cluster with Sentinel failover and HAProxy routing to the primary."
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Automatisch",
      "method": "GET",
      "path": "/healthcheck",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-12T16:14:42.609Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T21:43:39.468Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_31654593de0947e9b556",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 105,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "Automatisch Worker"
  }
}
