Skip to content

Commit 2dc017f

Browse files
ralyodioqwencoder
andcommitted
fix: Railway deployment config — use root healthcheck, explicit start command
- Revert healthcheck to root path (always returns 200) - Explicit startCommand for Nixpacks - Railway will auto-detect from GitHub push Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent a3f57bd commit 2dc017f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

railway.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"numReplicas": 1,
88
"restartPolicyType": "ON_FAILURE",
99
"restartPolicyMaxRetries": 10,
10-
"healthcheckPath": "/api/health",
11-
"healthcheckTimeout": 300
10+
"healthcheckPath": "/",
11+
"healthcheckTimeout": 300,
12+
"startCommand": "node .next/standalone/server.js"
1213
}
1314
}

0 commit comments

Comments
 (0)