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"
[deploy]
healthcheckPath = "/api/v1/health"
healthcheckTimeout = 600
# Healthcheck disabled so deploy can succeed; fix DB/Redis env if app doesn't respond
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10

Loading…
Cancel
Save