{
  "manifest_version": "1.0.0",
  "template": {
    "id": "413ef863-0230-4a83-947f-6f2ec0db296c",
    "slug": "WaxghR",
    "name": "solidtime ⁂ Postgres, Redis, S3",
    "description": "Open-source time-tracking tool designed for freelancers and teams",
    "url": "https://railway.com/deploy/WaxghR",
    "upstream": {
      "image": "solidtime/solidtime:latest"
    }
  },
  "services": [
    {
      "name": "solidtime-worker",
      "source": {
        "image": "solidtime/solidtime:latest"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:16"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "tcp_ports": [
        5432
      ],
      "http": false
    },
    {
      "name": "solidtime-scheduler",
      "source": {
        "image": "solidtime/solidtime:latest"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "solidtime",
      "source": {
        "image": "solidtime/solidtime:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/storage/app",
      "http": true
    },
    {
      "name": "Redis",
      "source": {
        "image": "bitnami/redis:7.2.5"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami",
      "tcp_ports": [
        6379
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "APP_ENV",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_KEY",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_HOST",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_DEBUG",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_LEVEL",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_SSLMODE",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_DRIVER",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_CONNECTION",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CONTAINER_MODE",
      "service": "solidtime-worker",
      "description": "Which role this container plays. Fixed to \"worker\" so this instance processes the background job queue instead of serving HTTP traffic.",
      "secret": false,
      "strategy": "default",
      "default": "worker"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SESSION_DRIVER",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTO_DB_MIGRATE",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "FILESYSTEM_DISK",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSPORT_PUBLIC_KEY",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSPORT_PRIVATE_KEY",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PUBLIC_FILESYSTEM_DISK",
      "service": "solidtime-worker",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Filesystem path where Postgres stores its data files inside the container.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Internal hostname Postgres listens on.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Internal port Postgres listens on.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Superuser role created on first boot.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Default database created on first boot.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Password for the Postgres superuser role. Auto-generated — do not share.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database created on first boot.",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Full Postgres connection string for private networking (use this from other services on Railway).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser role created on first boot.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Validity period, in days, of the self-signed SSL certificate Postgres generates for encrypted connections.",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Password for the Postgres superuser role. Auto-generated — do not share.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Full Postgres connection string reachable from outside Railway's private network. Only needed for external clients.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_ENV",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_KEY",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_HOST",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_DEBUG",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_LEVEL",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_SSLMODE",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_DRIVER",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_CONNECTION",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CONTAINER_MODE",
      "service": "solidtime-scheduler",
      "description": "Which role this container plays. Fixed to \"scheduler\" so this instance runs Laravel's task scheduler instead of serving HTTP traffic.",
      "secret": false,
      "strategy": "default",
      "default": "scheduler"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SESSION_DRIVER",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTO_DB_MIGRATE",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "FILESYSTEM_DISK",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSPORT_PUBLIC_KEY",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSPORT_PRIVATE_KEY",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PUBLIC_FILESYSTEM_DISK",
      "service": "solidtime-scheduler",
      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "solidtime",
      "description": "Port the app listens on inside the container.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "APP_ENV",
      "service": "solidtime",
      "description": "\"production\" or \"development\".",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "APP_KEY",
      "service": "solidtime",
      "description": "Laravel's encryption key. Auto-generated — don't change this after deploy or existing sessions/encrypted data break.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "APP_URL",
      "service": "solidtime",
      "description": "Public URL of this service. Defaults to Railway's generated domain — override only if you attach a custom domain.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DB_HOST",
      "service": "solidtime",
      "description": "Postgres hostname, wired to the bundled Postgres service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "solidtime",
      "description": "Postgres port, wired to the bundled Postgres service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_NAME",
      "service": "solidtime",
      "description": "Display name shown in the app and in emails.",
      "secret": false,
      "strategy": "default",
      "default": "solidtime"
    },
    {
      "key": "APP_DEBUG",
      "service": "solidtime",
      "description": "Keep false in production — true exposes stack traces to visitors.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "LOG_LEVEL",
      "service": "solidtime",
      "description": "Minimum log severity written to the service logs.",
      "secret": false,
      "strategy": "default",
      "default": "debug"
    },
    {
      "key": "MAIL_PORT",
      "service": "solidtime",
      "description": "SMTP server port, only used when MAIL_MAILER is \"smtp\".",
      "secret": false,
      "strategy": "default",
      "default": "587"
    },
    {
      "key": "S3_BUCKET",
      "service": "solidtime",
      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
      "secret": false,
      "strategy": "default",
      "default": "mybucket"
    },
    {
      "key": "S3_REGION",
      "service": "solidtime",
      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
      "secret": false,
      "strategy": "default",
      "default": "us-west-2"
    },
    {
      "key": "APP_DOMAIN",
      "service": "solidtime",
      "description": "Hostname portion of APP_URL, used for cookie scoping and CORS. Should match the domain in APP_URL without the scheme.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DB_SSLMODE",
      "service": "solidtime",
      "description": "Postgres SSL mode; \"require\" matches Railway's managed Postgres.",
      "secret": false,
      "strategy": "default",
      "default": "require"
    },
    {
      "key": "REDIS_HOST",
      "service": "solidtime",
      "description": "Redis hostname, wired to the bundled Redis service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "solidtime",
      "description": "Redis port, wired to the bundled Redis service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "solidtime",
      "description": "Postgres database name, wired to the bundled Postgres service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "solidtime",
      "description": "Postgres password, wired to the bundled Postgres service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "solidtime",
      "description": "Postgres username, wired to the bundled Postgres service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "solidtime",
      "description": "Where logs are written; \"stderr\" is correct for a container platform like Railway.",
      "secret": false,
      "strategy": "default",
      "default": "stderr"
    },
    {
      "key": "MAIL_MAILER",
      "service": "solidtime",
      "description": "Email transport. Defaults to \"log\" (prints emails to this service's logs) so first boot doesn't need SMTP configured. Set to \"smtp\" and fill in the MAIL_* fields for real email delivery.",
      "secret": false,
      "strategy": "default",
      "default": "log"
    },
    {
      "key": "S3_ENDPOINT",
      "service": "solidtime",
      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
      "secret": false,
      "strategy": "default",
      "default": "us-west-2.amazonaws.com"
    },
    {
      "key": "CACHE_DRIVER",
      "service": "solidtime",
      "description": "Cache backend. \"redis\" uses the bundled Redis service instead of the slower default file-based cache.",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "SUPER_ADMINS",
      "service": "solidtime",
      "description": "Admins by email separated by commas.",
      "secret": false,
      "strategy": "default",
      "default": "some@admin.com,someother@admin.com"
    },
    {
      "key": "DB_CONNECTION",
      "service": "solidtime",
      "description": "Database driver; solidtime requires \"pgsql\".",
      "secret": false,
      "strategy": "default",
      "default": "pgsql"
    },
    {
      "key": "OCTANE_SERVER",
      "service": "solidtime",
      "description": "Which Octane application server to run. Required now that the image's own startup script handles process launching — this image is built on FrankenPHP.",
      "secret": false,
      "strategy": "default",
      "default": "frankenphp"
    },
    {
      "key": "VITE_APP_NAME",
      "service": "solidtime",
      "description": "App name baked into the frontend build at build time; keep in sync with APP_NAME.",
      "secret": false,
      "strategy": "default",
      "default": "solidtime"
    },
    {
      "key": "CONTAINER_MODE",
      "service": "solidtime",
      "description": "Which role this container plays: \"http\" serves the web app. Don't change this on this service — the scheduler and worker services in this template run the other roles.",
      "secret": false,
      "strategy": "default",
      "default": "http"
    },
    {
      "key": "MAIL_FROM_NAME",
      "service": "solidtime",
      "description": "Display name on outgoing emails.",
      "secret": false,
      "strategy": "default",
      "default": "solidtime"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "solidtime",
      "description": "Redis password, wired to the bundled Redis service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SESSION_DRIVER",
      "service": "solidtime",
      "description": "Session storage backend. \"redis\" uses the bundled Redis service instead of the default database-backed sessions.",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "APP_FORCE_HTTPS",
      "service": "solidtime",
      "description": "Forces HTTPS redirects and URLs; correct behind Railway's HTTPS-terminating proxy.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "AUTO_DB_MIGRATE",
      "service": "solidtime",
      "description": "Runs pending database migrations automatically on boot. Safe to leave true — migrations are idempotent.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "FILESYSTEM_DISK",
      "service": "solidtime",
      "description": "\"local\" by default.",
      "secret": false,
      "strategy": "default",
      "default": "local"
    },
    {
      "key": "MAIL_ENCRYPTION",
      "service": "solidtime",
      "description": "SMTP encryption mode, only used when MAIL_MAILER is \"smtp\".",
      "secret": false,
      "strategy": "default",
      "default": "tls"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "solidtime",
      "description": "IP ranges trusted to set forwarding headers. Trusting all ranges is correct here because Railway's edge is the only way to reach this container.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0/0,2000:0:0:0:0:0:0:0/3"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "solidtime",
      "description": "Where queued jobs (emails, exports) are stored; \"database\" is processed by this template's separate worker service.",
      "secret": false,
      "strategy": "default",
      "default": "database"
    },
    {
      "key": "S3_ACCESS_KEY_ID",
      "service": "solidtime",
      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
      "secret": true,
      "strategy": "default",
      "default": "123456"
    },
    {
      "key": "MAIL_FROM_ADDRESS",
      "service": "solidtime",
      "description": "Sender address on outgoing emails, only used when MAIL_MAILER is \"smtp\".",
      "secret": false,
      "strategy": "default",
      "default": "no-reply@your-domain.com"
    },
    {
      "key": "PASSPORT_PUBLIC_KEY",
      "service": "solidtime",
      "description": "RSA keypair solidtime uses to sign OAuth/API tokens. Required before the app works. Generate both by running 'docker run --rm solidtime/solidtime:latest php artisan self-host:generate-keys' and pasting the two PEM values here, then redeploy this service — see README.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PASSPORT_PRIVATE_KEY",
      "service": "solidtime",
      "description": "RSA keypair solidtime uses to sign OAuth/API tokens. Required before the app works. Generate both by running 'docker run --rm solidtime/solidtime:latest php artisan self-host:generate-keys' and pasting the two PEM values here, then redeploy this service — see README.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "S3_SECRET_ACCESS_KEY",
      "service": "solidtime",
      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
      "secret": true,
      "strategy": "default",
      "default": "901823hd12893y"
    },
    {
      "key": "PUBLIC_FILESYSTEM_DISK",
      "service": "solidtime",
      "description": "\"public\" by default.",
      "secret": false,
      "strategy": "default",
      "default": "public"
    },
    {
      "key": "PAGINATION_PER_PAGE_DEFAULT",
      "service": "solidtime",
      "description": "Default number of rows per page in list views.",
      "secret": false,
      "strategy": "default",
      "default": "500"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Internal hostname the Redis instance listens on.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Internal port the Redis instance listens on.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Default user to connect to Redis.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Full Redis connection string for private networking (use this from other services on Railway).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Password for the Redis instance. Auto-generated — do not share.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Password for the Redis instance. Auto-generated — do not share.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Redis",
      "description": "Start Redis process as root to allow for writing to the volume",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Redis connection string reachable from outside Railway's private network. Only needed for external clients.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_RDB_POLICY",
      "service": "Redis",
      "description": "Set a RDB snapshot policy.",
      "secret": false,
      "strategy": "default",
      "default": "3600#1 300#100 60#10000"
    },
    {
      "key": "REDIS_AOF_ENABLED",
      "service": "Redis",
      "description": "Disable writing to AOF file.",
      "secret": false,
      "strategy": "default",
      "default": "no"
    },
    {
      "key": "RAILWAY_RUN_AS_ROOT",
      "service": "Redis",
      "description": "Start Redis process as root to allow for writing to the volume",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "WaxghR"
      }
    },
    "cli": "railway deploy --template WaxghR",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "413ef863-0230-4a83-947f-6f2ec0db296c",
            "serializedConfig": {
              "services": {
                "13a70cbb-ee58-495e-8cfe-b097f58aead2": {
                  "icon": "https://i.imgur.com/T7o9nUE.png",
                  "name": "solidtime-worker",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE"
                  },
                  "source": {
                    "image": "solidtime/solidtime:latest"
                  },
                  "variables": {
                    "APP_ENV": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_ENV}}"
                    },
                    "APP_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_KEY}}"
                    },
                    "APP_URL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_URL}}"
                    },
                    "DB_HOST": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_HOST}}"
                    },
                    "DB_PORT": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_PORT}}"
                    },
                    "APP_DEBUG": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_DEBUG}}"
                    },
                    "LOG_LEVEL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.LOG_LEVEL}}"
                    },
                    "DB_SSLMODE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_SSLMODE}}"
                    },
                    "REDIS_HOST": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_HOST}}"
                    },
                    "REDIS_PORT": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_PORT}}"
                    },
                    "DB_DATABASE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_DATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_USERNAME}}"
                    },
                    "LOG_CHANNEL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.LOG_CHANNEL}}"
                    },
                    "CACHE_DRIVER": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.CACHE_DRIVER}}"
                    },
                    "DB_CONNECTION": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_CONNECTION}}"
                    },
                    "CONTAINER_MODE": {
                      "description": "Which role this container plays. Fixed to \"worker\" so this instance processes the background job queue instead of serving HTTP traffic.",
                      "defaultValue": "worker"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_PASSWORD}}"
                    },
                    "SESSION_DRIVER": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.SESSION_DRIVER}}"
                    },
                    "AUTO_DB_MIGRATE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.AUTO_DB_MIGRATE}}"
                    },
                    "FILESYSTEM_DISK": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.FILESYSTEM_DISK}}"
                    },
                    "QUEUE_CONNECTION": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.QUEUE_CONNECTION}}"
                    },
                    "PASSPORT_PUBLIC_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PASSPORT_PUBLIC_KEY}}"
                    },
                    "PASSPORT_PRIVATE_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PASSPORT_PRIVATE_KEY}}"
                    },
                    "PUBLIC_FILESYSTEM_DISK": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PUBLIC_FILESYSTEM_DISK}}"
                    }
                  }
                },
                "542eaf2a-20ce-41f2-b1f0-6d7aff860060": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:16"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Filesystem path where Postgres stores its data files inside the container.",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Internal hostname Postgres listens on.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Internal port Postgres listens on.",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Superuser role created on first boot.",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Default database created on first boot.",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Postgres superuser role. Auto-generated — do not share.",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database created on first boot.",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Full Postgres connection string for private networking (use this from other services on Railway).",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser role created on first boot.",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Validity period, in days, of the self-signed SSL certificate Postgres generates for encrypted connections.",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Postgres superuser role. Auto-generated — do not share.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Full Postgres connection string reachable from outside Railway's private network. Only needed for external clients.",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "5432": {}
                    }
                  },
                  "volumeMounts": {
                    "542eaf2a-20ce-41f2-b1f0-6d7aff860060": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                },
                "6084572f-7109-416a-b09b-65287a0bfbb6": {
                  "icon": "https://i.imgur.com/T7o9nUE.png",
                  "name": "solidtime-scheduler",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE"
                  },
                  "source": {
                    "image": "solidtime/solidtime:latest"
                  },
                  "variables": {
                    "APP_ENV": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_ENV}}"
                    },
                    "APP_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_KEY}}"
                    },
                    "APP_URL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_URL}}"
                    },
                    "DB_HOST": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_HOST}}"
                    },
                    "DB_PORT": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_PORT}}"
                    },
                    "APP_DEBUG": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.APP_DEBUG}}"
                    },
                    "LOG_LEVEL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.LOG_LEVEL}}"
                    },
                    "DB_SSLMODE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_SSLMODE}}"
                    },
                    "REDIS_HOST": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_HOST}}"
                    },
                    "REDIS_PORT": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_PORT}}"
                    },
                    "DB_DATABASE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_DATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_USERNAME}}"
                    },
                    "LOG_CHANNEL": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.LOG_CHANNEL}}"
                    },
                    "CACHE_DRIVER": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.CACHE_DRIVER}}"
                    },
                    "DB_CONNECTION": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.DB_CONNECTION}}"
                    },
                    "CONTAINER_MODE": {
                      "description": "Which role this container plays. Fixed to \"scheduler\" so this instance runs Laravel's task scheduler instead of serving HTTP traffic.",
                      "defaultValue": "scheduler"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.REDIS_PASSWORD}}"
                    },
                    "SESSION_DRIVER": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.SESSION_DRIVER}}"
                    },
                    "AUTO_DB_MIGRATE": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.AUTO_DB_MIGRATE}}"
                    },
                    "FILESYSTEM_DISK": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.FILESYSTEM_DISK}}"
                    },
                    "QUEUE_CONNECTION": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.QUEUE_CONNECTION}}"
                    },
                    "PASSPORT_PUBLIC_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PASSPORT_PUBLIC_KEY}}"
                    },
                    "PASSPORT_PRIVATE_KEY": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PASSPORT_PRIVATE_KEY}}"
                    },
                    "PUBLIC_FILESYSTEM_DISK": {
                      "description": "Mirrors the solidtime service's own variable of the same name via a service reference — configure it there; this copy stays in sync automatically.",
                      "defaultValue": "${{solidtime.PUBLIC_FILESYSTEM_DISK}}"
                    }
                  }
                },
                "7586d4db-9b78-4d52-9826-3119342b8d44": {
                  "icon": "https://i.imgur.com/T7o9nUE.png",
                  "name": "solidtime",
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": "/health-check/up"
                  },
                  "source": {
                    "image": "solidtime/solidtime:latest"
                  },
                  "variables": {
                    "INFO": {
                      "isOptional": true,
                      "description": "For info, go to my Github page: https://github.com/hellocory/railway-solidtime-one-click-install [YOU MAY DELETE THIS VARIABLE]",
                      "defaultValue": ""
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the app listens on inside the container.",
                      "defaultValue": "8000"
                    },
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "\"production\" or \"development\".",
                      "defaultValue": "production"
                    },
                    "APP_KEY": {
                      "isOptional": false,
                      "description": "Laravel's encryption key. Auto-generated — don't change this after deploy or existing sessions/encrypted data break.",
                      "defaultValue": "{{APP_KEY}}"
                    },
                    "APP_URL": {
                      "isOptional": false,
                      "description": "Public URL of this service. Defaults to Railway's generated domain — override only if you attach a custom domain.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DB_HOST": {
                      "isOptional": false,
                      "description": "Postgres hostname, wired to the bundled Postgres service.",
                      "defaultValue": "${{Postgres.PGHOST}}"
                    },
                    "DB_PORT": {
                      "isOptional": false,
                      "description": "Postgres port, wired to the bundled Postgres service.",
                      "defaultValue": "${{Postgres.PGPORT}}"
                    },
                    "APP_NAME": {
                      "isOptional": false,
                      "description": "Display name shown in the app and in emails.",
                      "defaultValue": "solidtime"
                    },
                    "APP_DEBUG": {
                      "isOptional": false,
                      "description": "Keep false in production — true exposes stack traces to visitors.",
                      "defaultValue": "false"
                    },
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Minimum log severity written to the service logs.",
                      "defaultValue": "debug"
                    },
                    "MAIL_HOST": {
                      "isOptional": true,
                      "description": "SMTP server hostname, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": ""
                    },
                    "MAIL_PORT": {
                      "isOptional": true,
                      "description": "SMTP server port, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": "587"
                    },
                    "S3_BUCKET": {
                      "isOptional": true,
                      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
                      "defaultValue": "mybucket"
                    },
                    "S3_REGION": {
                      "isOptional": true,
                      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
                      "defaultValue": "us-west-2"
                    },
                    "APP_DOMAIN": {
                      "isOptional": false,
                      "description": "Hostname portion of APP_URL, used for cookie scoping and CORS. Should match the domain in APP_URL without the scheme.",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DB_SSLMODE": {
                      "isOptional": false,
                      "description": "Postgres SSL mode; \"require\" matches Railway's managed Postgres.",
                      "defaultValue": "require"
                    },
                    "REDIS_HOST": {
                      "isOptional": true,
                      "description": "Redis hostname, wired to the bundled Redis service.",
                      "defaultValue": "${{Redis.REDISHOST}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": true,
                      "description": "Redis port, wired to the bundled Redis service.",
                      "defaultValue": "${{Redis.REDISPORT}}"
                    },
                    "DB_DATABASE": {
                      "isOptional": false,
                      "description": "Postgres database name, wired to the bundled Postgres service.",
                      "defaultValue": "${{Postgres.PGDATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "isOptional": false,
                      "description": "Postgres password, wired to the bundled Postgres service.",
                      "defaultValue": "${{Postgres.POSTGRES_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "isOptional": false,
                      "description": "Postgres username, wired to the bundled Postgres service.",
                      "defaultValue": "${{Postgres.POSTGRES_USER}}"
                    },
                    "LOG_CHANNEL": {
                      "isOptional": false,
                      "description": "Where logs are written; \"stderr\" is correct for a container platform like Railway.",
                      "defaultValue": "stderr"
                    },
                    "MAIL_MAILER": {
                      "isOptional": false,
                      "description": "Email transport. Defaults to \"log\" (prints emails to this service's logs) so first boot doesn't need SMTP configured. Set to \"smtp\" and fill in the MAIL_* fields for real email delivery.",
                      "defaultValue": "log"
                    },
                    "S3_ENDPOINT": {
                      "isOptional": true,
                      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
                      "defaultValue": "us-west-2.amazonaws.com"
                    },
                    "CACHE_DRIVER": {
                      "description": "Cache backend. \"redis\" uses the bundled Redis service instead of the slower default file-based cache.",
                      "defaultValue": "redis"
                    },
                    "SUPER_ADMINS": {
                      "isOptional": true,
                      "description": "Admins by email separated by commas.",
                      "defaultValue": "some@admin.com,someother@admin.com"
                    },
                    "DB_CONNECTION": {
                      "isOptional": false,
                      "description": "Database driver; solidtime requires \"pgsql\".",
                      "defaultValue": "pgsql"
                    },
                    "MAIL_PASSWORD": {
                      "isOptional": true,
                      "description": "SMTP password, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": ""
                    },
                    "MAIL_USERNAME": {
                      "isOptional": true,
                      "description": "SMTP username, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": ""
                    },
                    "OCTANE_SERVER": {
                      "description": "Which Octane application server to run. Required now that the image's own startup script handles process launching — this image is built on FrankenPHP.",
                      "defaultValue": "frankenphp"
                    },
                    "VITE_APP_NAME": {
                      "isOptional": false,
                      "description": "App name baked into the frontend build at build time; keep in sync with APP_NAME.",
                      "defaultValue": "solidtime"
                    },
                    "CONTAINER_MODE": {
                      "isOptional": false,
                      "description": "Which role this container plays: \"http\" serves the web app. Don't change this on this service — the scheduler and worker services in this template run the other roles.",
                      "defaultValue": "http"
                    },
                    "MAIL_FROM_NAME": {
                      "isOptional": true,
                      "description": "Display name on outgoing emails.",
                      "defaultValue": "solidtime"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": true,
                      "description": "Redis password, wired to the bundled Redis service.",
                      "defaultValue": "${{Redis.REDISPASSWORD}}"
                    },
                    "SESSION_DRIVER": {
                      "description": "Session storage backend. \"redis\" uses the bundled Redis service instead of the default database-backed sessions.",
                      "defaultValue": "redis"
                    },
                    "APP_FORCE_HTTPS": {
                      "isOptional": false,
                      "description": "Forces HTTPS redirects and URLs; correct behind Railway's HTTPS-terminating proxy.",
                      "defaultValue": "true"
                    },
                    "AUTO_DB_MIGRATE": {
                      "isOptional": false,
                      "description": "Runs pending database migrations automatically on boot. Safe to leave true — migrations are idempotent.",
                      "defaultValue": "true"
                    },
                    "FILESYSTEM_DISK": {
                      "isOptional": false,
                      "description": "\"local\" by default.",
                      "defaultValue": "local"
                    },
                    "MAIL_ENCRYPTION": {
                      "isOptional": true,
                      "description": "SMTP encryption mode, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": "tls"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": false,
                      "description": "IP ranges trusted to set forwarding headers. Trusting all ranges is correct here because Railway's edge is the only way to reach this container.",
                      "defaultValue": "0.0.0.0/0,2000:0:0:0:0:0:0:0/3"
                    },
                    "QUEUE_CONNECTION": {
                      "isOptional": false,
                      "description": "Where queued jobs (emails, exports) are stored; \"database\" is processed by this template's separate worker service.",
                      "defaultValue": "database"
                    },
                    "S3_ACCESS_KEY_ID": {
                      "isOptional": true,
                      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
                      "defaultValue": "123456"
                    },
                    "MAIL_FROM_ADDRESS": {
                      "isOptional": true,
                      "description": "Sender address on outgoing emails, only used when MAIL_MAILER is \"smtp\".",
                      "defaultValue": "no-reply@your-domain.com"
                    },
                    "PASSPORT_PUBLIC_KEY": {
                      "isOptional": false,
                      "description": "RSA keypair solidtime uses to sign OAuth/API tokens. Required before the app works. Generate both by running 'docker run --rm solidtime/solidtime:latest php artisan self-host:generate-keys' and pasting the two PEM values here, then redeploy this service — see README.",
                      "defaultValue": "{{PASSPORT_PUBLIC_KEY}}"
                    },
                    "PASSPORT_PRIVATE_KEY": {
                      "isOptional": false,
                      "description": "RSA keypair solidtime uses to sign OAuth/API tokens. Required before the app works. Generate both by running 'docker run --rm solidtime/solidtime:latest php artisan self-host:generate-keys' and pasting the two PEM values here, then redeploy this service — see README.",
                      "defaultValue": "{{PASSPORT_PRIVATE_KEY}}"
                    },
                    "S3_SECRET_ACCESS_KEY": {
                      "isOptional": true,
                      "description": "Change filesystem (public or private) to \"s3\" if you use this.",
                      "defaultValue": "901823hd12893y"
                    },
                    "PUBLIC_FILESYSTEM_DISK": {
                      "isOptional": false,
                      "description": "\"public\" by default.",
                      "defaultValue": "public"
                    },
                    "PAGINATION_PER_PAGE_DEFAULT": {
                      "description": "Default number of rows per page in list views.",
                      "defaultValue": "500"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "solidtime-app-storage": {
                      "mountPath": "/var/www/html/storage/app"
                    }
                  }
                },
                "a7e2493d-1c84-4c16-8bad-b1a73b444d9f": {
                  "icon": "https://devicons.railway.app/i/redis.svg",
                  "name": "Redis",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "bitnami/redis:7.2.5"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Internal hostname the Redis instance listens on.",
                      "defaultValue": "${{ RAILWAY_PRIVATE_DOMAIN }}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Internal port the Redis instance listens on.",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Default user to connect to Redis.",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Full Redis connection string for private networking (use this from other services on Railway).",
                      "defaultValue": "redis://default:${{ REDIS_PASSWORD }}@${{ RAILWAY_PRIVATE_DOMAIN }}:6379"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Redis instance. Auto-generated — do not share.",
                      "defaultValue": "${{ REDIS_PASSWORD }}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Redis instance. Auto-generated — do not share.",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Start Redis process as root to allow for writing to the volume",
                      "defaultValue": "0"
                    },
                    "REDIS_PUBLIC_URL": {
                      "description": "Redis connection string reachable from outside Railway's private network. Only needed for external clients.",
                      "defaultValue": "redis://default:${{ REDIS_PASSWORD }}@${{ RAILWAY_TCP_PROXY_DOMAIN }}:${{ RAILWAY_TCP_PROXY_PORT }}"
                    },
                    "REDIS_RDB_POLICY": {
                      "description": "Set a RDB snapshot policy.",
                      "defaultValue": "3600#1 300#100 60#10000"
                    },
                    "REDIS_AOF_ENABLED": {
                      "description": "Disable writing to AOF file.",
                      "defaultValue": "no"
                    },
                    "RAILWAY_RUN_AS_ROOT": {
                      "isOptional": false,
                      "description": "Start Redis process as root to allow for writing to the volume",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "6379": {}
                    },
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "a7e2493d-1c84-4c16-8bad-b1a73b444d9f": {
                      "mountPath": "/bitnami"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "solidtime",
      "method": "GET",
      "path": "/health-check/up",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 5,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T11:14:26.022Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_d00d4005bea14a57aa52",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "SUCCESS,QUEUED,QUEUED,FAILED,QUEUED"
      }
    ]
  }
}
