# Railway Configuration # https://docs.railway.app/reference/config-as-code [build] builder = "DOCKERFILE" dockerfilePath = "Dockerfile" [deploy] startCommand = "node server.js" healthcheckPath = "/api/health" healthcheckTimeout = 100 restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 3