fix: remove healthcheck from railway.toml — let app deploy without it

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
Claude 2026-04-26 01:28:32 +00:00
parent 565822c175
commit 7370c59b19
No known key found for this signature in database

View File

@ -2,7 +2,5 @@
dockerfilePath = "Dockerfile" dockerfilePath = "Dockerfile"
[deploy] [deploy]
healthcheckPath = "/health"
healthcheckTimeout = 300
restartPolicyType = "ON_FAILURE" restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 3 restartPolicyMaxRetries = 5