diff --git a/railway.json b/railway.json new file mode 100644 index 0000000000..62df0efde9 --- /dev/null +++ b/railway.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://railway.com/railway.schema.json", + "build": { + "builder": "DOCKERFILE", + "dockerfilePath": "/Dockerfile", + "buildEnvironment": "V3" + }, + "deploy": { + "runtime": "V2", + "numReplicas": 1, + "sleepApplication": false, + "useLegacyStacker": false, + "ipv6EgressEnabled": false, + "multiRegionConfig": { + "sfo": { + "numReplicas": 1 + } + }, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10 + } +}