diff --git a/railway.json b/railway.json new file mode 100644 index 00000000..334a4171 --- /dev/null +++ b/railway.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://railway.app/railway.schema.json", + "build": { + "builder": "dockerfile" + }, + "deploy": { + "numReplicas": 1, + "startCommand": "npm start", + "restartPolicyMaxRetries": 5 + }, + "environmentVariables": { + "NODE_ENV": "production" + } +}