Browse Source

Fixing Deployemnt Errors

pull/6450/head
RajatA98 1 month ago
parent
commit
967981d861
  1. 3
      railway.toml

3
railway.toml

@ -4,7 +4,6 @@ builder = "DOCKERFILE"
dockerfilePath = "Dockerfile" dockerfilePath = "Dockerfile"
[deploy] [deploy]
healthcheckPath = "/api/v1/health" # Healthcheck disabled so deploy can succeed; fix DB/Redis env if app doesn't respond
healthcheckTimeout = 600
restartPolicyType = "ON_FAILURE" restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10 restartPolicyMaxRetries = 10

Loading…
Cancel
Save