SummarizerApp / railway.json
ming
docs: add comprehensive cloud deployment guide
76c1e68
raw
history blame contribute delete
311 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE"
},
"deploy": {
"startCommand": "docker-compose up --build",
"healthcheckPath": "/health",
"healthcheckTimeout": 300,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}