{
  "manifest_version": "1.0.0",
  "template": {
    "id": "34d0768c-5867-4a03-8326-b33e9cade3f1",
    "slug": "sylius",
    "name": "Sylius",
    "description": "Open-source eCommerce platform for building custom online stores",
    "url": "https://railway.com/deploy/sylius",
    "upstream": {
      "image": "axllent/mailpit:latest"
    }
  },
  "services": [
    {
      "name": "worker",
      "source": {
        "repo": "https://github.com/gridalpha/sylius-railway"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "scheduler",
      "source": {
        "repo": "https://github.com/gridalpha/sylius-railway"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "mailpit",
      "source": {
        "image": "axllent/mailpit:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "MySQL",
      "source": {
        "image": "mysql:9.4"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/mysql",
      "http": false
    },
    {
      "name": "sylius",
      "source": {
        "repo": "https://github.com/gridalpha/sylius-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "APP_ENV",
      "service": "worker",
      "description": "Symfony environment",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "key": "APP_DEBUG",
      "service": "worker",
      "description": "Disable the Symfony debug toolbar",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_URL",
      "service": "worker",
      "description": "Cache pool shared with the web service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_SECRET",
      "service": "worker",
      "description": "Must match the web service",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAILER_DSN",
      "service": "worker",
      "description": "Outgoing mail endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "DEFAULT_URI",
      "service": "worker",
      "description": "Base URL for links in emails",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SYLIUS_ROLE",
      "service": "worker",
      "description": "Runs the Symfony Messenger consumer",
      "secret": false,
      "strategy": "default",
      "default": "worker"
    },
    {
      "key": "DATABASE_URL",
      "service": "worker",
      "description": "MySQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "JWT_PASSPHRASE",
      "service": "worker",
      "description": "Must match the web service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "worker",
      "description": "Railway edge ranges Symfony trusts",
      "secret": false,
      "strategy": "default",
      "default": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
    },
    {
      "key": "PHP_DATE_TIMEZONE",
      "service": "worker",
      "description": "PHP default timezone",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "APP_ENV",
      "service": "scheduler",
      "description": "Symfony environment",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "key": "APP_DEBUG",
      "service": "scheduler",
      "description": "Disable the Symfony debug toolbar",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_URL",
      "service": "scheduler",
      "description": "Cache pool shared with the web service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_SECRET",
      "service": "scheduler",
      "description": "Must match the web service",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAILER_DSN",
      "service": "scheduler",
      "description": "Outgoing mail endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "DEFAULT_URI",
      "service": "scheduler",
      "description": "Base URL for links in emails",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SYLIUS_ROLE",
      "service": "scheduler",
      "description": "Runs recurring maintenance commands",
      "secret": false,
      "strategy": "default",
      "default": "scheduler"
    },
    {
      "key": "DATABASE_URL",
      "service": "scheduler",
      "description": "MySQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "JWT_PASSPHRASE",
      "service": "scheduler",
      "description": "Must match the web service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "scheduler",
      "description": "Railway edge ranges Symfony trusts",
      "secret": false,
      "strategy": "default",
      "default": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
    },
    {
      "key": "PHP_DATE_TIMEZONE",
      "service": "scheduler",
      "description": "PHP default timezone",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "SYLIUS_SCHEDULER_INTERVAL",
      "service": "scheduler",
      "description": "Seconds between maintenance passes",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PORT",
      "service": "mailpit",
      "description": "Web inbox port",
      "secret": false,
      "strategy": "default",
      "default": "8025"
    },
    {
      "key": "MP_UI_AUTH",
      "service": "mailpit",
      "description": "Basic auth for the inbox",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MP_DATABASE",
      "service": "mailpit",
      "description": "Message store on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/data/mailpit.db"
    },
    {
      "key": "MP_MAX_MESSAGES",
      "service": "mailpit",
      "description": "Messages retained before rotation",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "MP_UI_BIND_ADDR",
      "service": "mailpit",
      "description": "Dual-stack bind for the inbox",
      "secret": false,
      "strategy": "default",
      "default": "[::]:8025"
    },
    {
      "key": "MP_SMTP_BIND_ADDR",
      "service": "mailpit",
      "description": "Dual-stack bind for SMTP",
      "secret": false,
      "strategy": "default",
      "default": "[::]:1025"
    },
    {
      "key": "MYSQLHOST",
      "service": "MySQL",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MYSQLPORT",
      "service": "MySQL",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "3306"
    },
    {
      "key": "MYSQLUSER",
      "service": "MySQL",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "root"
    },
    {
      "key": "MYSQL_URL",
      "service": "MySQL",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MYSQLDATABASE",
      "service": "MySQL",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MYSQLPASSWORD",
      "service": "MySQL",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MYSQL_DATABASE",
      "service": "MySQL",
      "description": "Database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "MYSQL_ROOT_PASSWORD",
      "service": "MySQL",
      "description": "Root password, read by the entrypoint",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PORT",
      "service": "sylius",
      "description": "HTTP port nginx listens on",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "APP_ENV",
      "service": "sylius",
      "description": "Symfony environment",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "key": "APP_DEBUG",
      "service": "sylius",
      "description": "Disable the Symfony debug toolbar",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_URL",
      "service": "sylius",
      "description": "Cache pool and session store",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_SECRET",
      "service": "sylius",
      "description": "Symfony signing secret, keep stable",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MAILER_DSN",
      "service": "sylius",
      "description": "Outgoing mail endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "DEFAULT_URI",
      "service": "sylius",
      "description": "Base URL for links in emails",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SYLIUS_ROLE",
      "service": "sylius",
      "description": "Runs nginx, PHP-FPM and first-boot setup",
      "secret": false,
      "strategy": "default",
      "default": "web"
    },
    {
      "key": "DATABASE_URL",
      "service": "sylius",
      "description": "MySQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "JWT_PASSPHRASE",
      "service": "sylius",
      "description": "Protects the generated API keypair",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "sylius",
      "description": "Railway edge ranges Symfony trusts",
      "secret": false,
      "strategy": "default",
      "default": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
    },
    {
      "key": "PHP_DATE_TIMEZONE",
      "service": "sylius",
      "description": "PHP default timezone",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "SYLIUS_ADMIN_EMAIL",
      "service": "sylius",
      "description": "First administrator's email",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    },
    {
      "key": "SYLIUS_SAMPLE_DATA",
      "service": "sylius",
      "description": "Load the demo catalogue on first boot",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "SYLIUS_ADMIN_PASSWORD",
      "service": "sylius",
      "description": "First administrator's password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_HEALTHCHECK_TIMEOUT_SEC",
      "service": "sylius",
      "description": "First boot loads sample data",
      "secret": false,
      "strategy": "default",
      "default": "900"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "sylius",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "30"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sylius"
      }
    },
    "cli": "railway deploy --template sylius",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "34d0768c-5867-4a03-8326-b33e9cade3f1",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0adb5e92-2305-498a-adda-4d7091ab1ab1": {
                  "icon": "https://raw.githubusercontent.com/Sylius/Sylius/2.2/src/Sylius/Bundle/AdminBundle/Resources/assets/images/sylius-logo.svg",
                  "name": "worker",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/sylius-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "Symfony environment",
                      "defaultValue": "prod"
                    },
                    "APP_DEBUG": {
                      "isOptional": false,
                      "description": "Disable the Symfony debug toolbar",
                      "defaultValue": "0"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache pool shared with the web service",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "APP_SECRET": {
                      "isOptional": false,
                      "description": "Must match the web service",
                      "defaultValue": "${{sylius.APP_SECRET}}"
                    },
                    "MAILER_DSN": {
                      "isOptional": false,
                      "description": "Outgoing mail endpoint",
                      "defaultValue": "smtp://${{mailpit.RAILWAY_PRIVATE_DOMAIN}}:1025"
                    },
                    "DEFAULT_URI": {
                      "isOptional": false,
                      "description": "Base URL for links in emails",
                      "defaultValue": "https://${{sylius.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SYLIUS_ROLE": {
                      "isOptional": false,
                      "description": "Runs the Symfony Messenger consumer",
                      "defaultValue": "worker"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "MySQL connection string",
                      "defaultValue": "${{MySQL.MYSQL_URL}}"
                    },
                    "JWT_PASSPHRASE": {
                      "isOptional": false,
                      "description": "Must match the web service",
                      "defaultValue": "${{sylius.JWT_PASSPHRASE}}"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": true,
                      "description": "Railway edge ranges Symfony trusts",
                      "defaultValue": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
                    },
                    "PHP_DATE_TIMEZONE": {
                      "isOptional": true,
                      "description": "PHP default timezone",
                      "defaultValue": "UTC"
                    }
                  }
                },
                "432e7ba0-5887-4798-9ad8-4701eddae732": {
                  "icon": "https://raw.githubusercontent.com/Sylius/Sylius/2.2/src/Sylius/Bundle/AdminBundle/Resources/assets/images/sylius-logo.svg",
                  "name": "scheduler",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/sylius-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "Symfony environment",
                      "defaultValue": "prod"
                    },
                    "APP_DEBUG": {
                      "isOptional": false,
                      "description": "Disable the Symfony debug toolbar",
                      "defaultValue": "0"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache pool shared with the web service",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "APP_SECRET": {
                      "isOptional": false,
                      "description": "Must match the web service",
                      "defaultValue": "${{sylius.APP_SECRET}}"
                    },
                    "MAILER_DSN": {
                      "isOptional": false,
                      "description": "Outgoing mail endpoint",
                      "defaultValue": "smtp://${{mailpit.RAILWAY_PRIVATE_DOMAIN}}:1025"
                    },
                    "DEFAULT_URI": {
                      "isOptional": false,
                      "description": "Base URL for links in emails",
                      "defaultValue": "https://${{sylius.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SYLIUS_ROLE": {
                      "isOptional": false,
                      "description": "Runs recurring maintenance commands",
                      "defaultValue": "scheduler"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "MySQL connection string",
                      "defaultValue": "${{MySQL.MYSQL_URL}}"
                    },
                    "JWT_PASSPHRASE": {
                      "isOptional": false,
                      "description": "Must match the web service",
                      "defaultValue": "${{sylius.JWT_PASSPHRASE}}"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": true,
                      "description": "Railway edge ranges Symfony trusts",
                      "defaultValue": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
                    },
                    "PHP_DATE_TIMEZONE": {
                      "isOptional": true,
                      "description": "PHP default timezone",
                      "defaultValue": "UTC"
                    },
                    "SYLIUS_SCHEDULER_INTERVAL": {
                      "isOptional": true,
                      "description": "Seconds between maintenance passes",
                      "defaultValue": "3600"
                    }
                  }
                },
                "826f3759-480f-4bef-8d77-9d96de3d04cd": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{ REDISUSER }}:${{ REDIS_PASSWORD }}@${{ REDISHOST }}:${{ REDISPORT }}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "826f3759-480f-4bef-8d77-9d96de3d04cd": {
                      "mountPath": "/data"
                    }
                  }
                },
                "832f9f70-aa9b-49f8-810c-8de3aeb11936": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mailpit.svg",
                  "name": "mailpit",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/livez",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "axllent/mailpit:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Web inbox port",
                      "defaultValue": "8025"
                    },
                    "MP_UI_AUTH": {
                      "isOptional": false,
                      "description": "Basic auth for the inbox",
                      "defaultValue": "{{MP_UI_AUTH}}"
                    },
                    "MP_DATABASE": {
                      "isOptional": false,
                      "description": "Message store on the volume",
                      "defaultValue": "/data/mailpit.db"
                    },
                    "MP_MAX_MESSAGES": {
                      "isOptional": true,
                      "description": "Messages retained before rotation",
                      "defaultValue": "5000"
                    },
                    "MP_UI_BIND_ADDR": {
                      "isOptional": false,
                      "description": "Dual-stack bind for the inbox",
                      "defaultValue": "[::]:8025"
                    },
                    "MP_SMTP_BIND_ADDR": {
                      "isOptional": false,
                      "description": "Dual-stack bind for SMTP",
                      "defaultValue": "[::]:1025"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8025": {
                        "port": 8025
                      }
                    }
                  },
                  "volumeMounts": {
                    "832f9f70-aa9b-49f8-810c-8de3aeb11936": {
                      "mountPath": "/data"
                    }
                  }
                },
                "c9512625-f4fe-47f4-a956-0d7ff403f0b5": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mysql.svg",
                  "name": "MySQL",
                  "deploy": {
                    "startCommand": "docker-entrypoint.sh mysqld --innodb-use-native-aio=0 --disable-log-bin --performance_schema=0 --innodb-buffer-pool-size=1G",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "mysql:9.4"
                  },
                  "variables": {
                    "MYSQLHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "MYSQLPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "3306"
                    },
                    "MYSQLUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "root"
                    },
                    "MYSQL_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "mysql://${{ MYSQLUSER }}:${{ MYSQL_ROOT_PASSWORD }}@${{ RAILWAY_PRIVATE_DOMAIN }}:3306/${{ MYSQL_DATABASE }}"
                    },
                    "MYSQLDATABASE": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{ MYSQL_DATABASE }}"
                    },
                    "MYSQLPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{ MYSQL_ROOT_PASSWORD }}"
                    },
                    "MYSQL_DATABASE": {
                      "isOptional": false,
                      "description": "Database created on first boot",
                      "defaultValue": "railway"
                    },
                    "MYSQL_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Root password, read by the entrypoint",
                      "defaultValue": "{{MYSQL_ROOT_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "c9512625-f4fe-47f4-a956-0d7ff403f0b5": {
                      "mountPath": "/var/lib/mysql"
                    }
                  }
                },
                "f1fc8d65-cc30-4ab5-8771-39eb3beb8b89": {
                  "icon": "https://raw.githubusercontent.com/Sylius/Sylius/2.2/src/Sylius/Bundle/AdminBundle/Resources/assets/images/sylius-logo.svg",
                  "name": "sylius",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/sylius-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port nginx listens on",
                      "defaultValue": "8080"
                    },
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "Symfony environment",
                      "defaultValue": "prod"
                    },
                    "APP_DEBUG": {
                      "isOptional": false,
                      "description": "Disable the Symfony debug toolbar",
                      "defaultValue": "0"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache pool and session store",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "APP_SECRET": {
                      "isOptional": false,
                      "description": "Symfony signing secret, keep stable",
                      "defaultValue": "{{APP_SECRET}}"
                    },
                    "MAILER_DSN": {
                      "isOptional": false,
                      "description": "Outgoing mail endpoint",
                      "defaultValue": "smtp://${{mailpit.RAILWAY_PRIVATE_DOMAIN}}:1025"
                    },
                    "DEFAULT_URI": {
                      "isOptional": false,
                      "description": "Base URL for links in emails",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SYLIUS_ROLE": {
                      "isOptional": false,
                      "description": "Runs nginx, PHP-FPM and first-boot setup",
                      "defaultValue": "web"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "MySQL connection string",
                      "defaultValue": "${{MySQL.MYSQL_URL}}"
                    },
                    "JWT_PASSPHRASE": {
                      "isOptional": false,
                      "description": "Protects the generated API keypair",
                      "defaultValue": "{{JWT_PASSPHRASE}}"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": true,
                      "description": "Railway edge ranges Symfony trusts",
                      "defaultValue": "100.64.0.0/10,fd00::/8,152.233.0.0/17"
                    },
                    "PHP_DATE_TIMEZONE": {
                      "isOptional": true,
                      "description": "PHP default timezone",
                      "defaultValue": "UTC"
                    },
                    "SYLIUS_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "First administrator's email",
                      "defaultValue": "admin@example.com"
                    },
                    "SYLIUS_SAMPLE_DATA": {
                      "isOptional": true,
                      "description": "Load the demo catalogue on first boot",
                      "defaultValue": "true"
                    },
                    "SYLIUS_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "First administrator's password",
                      "defaultValue": "{{SYLIUS_ADMIN_PASSWORD}}"
                    },
                    "RAILWAY_HEALTHCHECK_TIMEOUT_SEC": {
                      "isOptional": true,
                      "description": "First boot loads sample data",
                      "defaultValue": "900"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": true,
                      "description": "Clean shutdown window",
                      "defaultValue": "30"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f1fc8d65-cc30-4ab5-8771-39eb3beb8b89": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "mailpit",
      "method": "GET",
      "path": "/livez",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 6,
    "needs_volume": true
  },
  "generated_at": "2026-09-04T05:44:27.711Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T05:38:02.888Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7d1ad4f3f8fa4d8cadc2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 223,
    "typical_build_seconds": 121,
    "typical_deploy_seconds": 50,
    "typical_healthcheck_lag_seconds": 0,
    "slowest_service": "sylius"
  }
}
