HealAvatar / railway.toml
Jawad Ali Yousafzai
done
20c8fc2
# Railway Deployment Configuration
# This file tells Railway how to build and deploy your backend
[build]
builder = "NIXPACKS"
[deploy]
startCommand = "cd apps/backend && node server.js"
healthcheckPath = "/health"
healthcheckTimeout = 100
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10