mirror of
https://github.com/arjunkomath/openclaw-railway-template.git
synced 2026-08-14 00:48:11 +00:00
11 lines
161 B
TOML
11 lines
161 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/setup/healthz"
|
|
healthcheckTimeout = 300
|
|
restartPolicyType = "on_failure"
|
|
|
|
[variables]
|
|
PORT = "8080"
|