coder_code-server/railway.toml
2026-01-29 10:02:56 +08:00

14 lines
389 B
TOML

# ============================================================================
# VSCode Cloud IDE - Railway Configuration
# ============================================================================
[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
healthcheckPath = "/healthz"
healthcheckTimeout = 300
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10