fix: move railway.json to root, explicitly configure with Dockerfile

This commit is contained in:
Ryan Walters
2025-09-19 08:35:37 -05:00
parent 408b660490
commit f9e79eb6d6

View File

@@ -1,9 +0,0 @@
{
"$schema": "https://railway.com/railway.schema.json",
"deploy": {
"drainingSeconds": 10,
"healthcheckPath": "/health",
"healthcheckTimeout": 90,
"restartPolicyMaxRetries": 3
}
}