open-notebook / railway.json
baveshraam's picture
FIX: SurrealDB 2.0 migration syntax and Frontend/CORS link
f871fed
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile.railway"
},
"deploy": {
"startCommand": "/usr/bin/supervisord -c /app/supervisord.conf",
"healthcheckPath": "/api/health",
"healthcheckTimeout": 600,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}