4 Replies

yo
PROOP

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
      }
    }
  }
}

yo
PROOP

a year ago

hi anything wrong on my side?


brody
EMPLOYEE

a year ago

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


brody
EMPLOYEE

10 months ago

!s


Status changed to Solved brody 11 months ago


Loading...