Skip to content

Commit 5b6f235

Browse files
authored
Add railway.toml configuration for deployment
1 parent d1a6540 commit 5b6f235

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

railway.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build]
2+
builder = "nixpacks"
3+
4+
[deploy]
5+
startCommand = "node agent.js"
6+
restartPolicyType = "ON_FAILURE"
7+
restartPolicyMaxRetries = 10
8+
9+
[healthcheck]
10+
path = "/api/health"
11+
timeout = 100

0 commit comments

Comments
 (0)