From 6e8da4a8dce19b65d6a9896012f11dd993795c92 Mon Sep 17 00:00:00 2001 From: caduzin02 <99283966+caduzin02@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:02:00 -0300 Subject: [PATCH] Create railway.json --- src/railway.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/railway.json diff --git a/src/railway.json b/src/railway.json new file mode 100644 index 00000000..86f24dc7 --- /dev/null +++ b/src/railway.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://railway.com/railway.schema.json", + "build": { + "builder": "DOCKERFILE", + "dockerfilePath": "Dockerfile" + }, + "deploy": { + "runtime": "V2", + "numReplicas": 1, + "sleepApplication": false, + "multiRegionConfig": { + "us-east4-eqdc4a": { + "numReplicas": 1 + } + }, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10 + } +}