Files

15 lines
341 B
JSON
Raw Permalink Normal View History

2026-08-01 10:28:22 +05:30
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"startCommand": "/entrypoint.sh",
"healthcheckPath": "/api/version",
"healthcheckTimeout": 300,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}