4 Replies

a year ago

this is how my railway.json looks like

{
  "$schema": "https://railway.com/railway.schema.json",
  "build": {
    "builder": "RAILPACK",
    "buildCommand": "pnpm --filter @hey/web build"
  },
  "deploy": {
    "runtime": "V2",
    "startCommand": "pnpm --filter @hey/web start",
    "healthcheckPath": "/",
    "healthcheckTimeout": 1000,
    "multiRegionConfig": {
      "asia-southeast1-eqsg3a": {
        "numReplicas": 1
      }
    },
    "restartPolicyType": "ALWAYS",
    "sleepApplication": false,
    "limitOverride": {
      "containers": {
        "cpu": 2,
        "memoryBytes": 4000000000
      }
    }
  }
}

a year ago

hi anything wrong on my side?


a year ago

hello, i belive we have fixed this in the later versions of Railpack, it looks like your deployment is online now!


a year ago

!s


Status changed to Solved brody 12 months ago


Loading...