diff --git a/railway.json b/railway.json new file mode 100644 index 00000000..f5fa5619 --- /dev/null +++ b/railway.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://railway.app/railway.schema.json", + "build": { + "builder": "nixpacks" + }, + "deploy": { + "startCommand": "foreman start -p 3000", + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 2 + } +}