Skip to content

Commit 2699e5a

Browse files
chore: add Railway deployment config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2e35b77 commit 2699e5a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

railway.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[build]
2+
builder = "nixpacks"
3+
4+
[deploy]
5+
startCommand = "npm run start"
6+
healthcheckPath = "/health"
7+
healthcheckTimeout = 100
8+
restartPolicyType = "on_failure"
9+
restartPolicyMaxRetries = 3
10+
11+
[env]
12+
NODE_ENV = "production"
13+
PORT = "3000"

0 commit comments

Comments
 (0)