From 5a4b695c58cac2930f9c396771cf00cc348363f1 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Sun, 1 Mar 2026 01:28:50 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20root=20railway.toml=20runs=20Ghostfolio?= =?UTF-8?q?=20Node.js=20=E2=80=94=20agent/railway.toml=20unchanged=20for?= =?UTF-8?q?=20Python=20agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- railway.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/railway.toml b/railway.toml index 5ec9e6517..8ca3b34c6 100644 --- a/railway.toml +++ b/railway.toml @@ -2,8 +2,8 @@ builder = "nixpacks" [deploy] -startCommand = "uvicorn main:app --host 0.0.0.0 --port $PORT" -healthcheckPath = "/health" -healthcheckTimeout = 60 +startCommand = "node dist/apps/api/main.js" +healthcheckPath = "/api/v1/health" +healthcheckTimeout = 120 restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 3