From 164ae1cdc15b08828f007c46e4a962f9f1b20269 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 1 Feb 2023 13:45:27 +0100 Subject: [PATCH] Add initial railway configuration --- railway.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 railway.json 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 + } +}