diff --git a/railway.json b/railway.json index 03fd043..3369b1b 100644 --- a/railway.json +++ b/railway.json @@ -2,5 +2,17 @@ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "RAILPACK" + }, + "deploy": { + "runtime": "V2", + "numReplicas": 1, + "sleepApplication": false, + "multiRegionConfig": { + "us-east4-eqdc4a": { + "numReplicas": 1 + } + }, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10 } -} \ No newline at end of file +}