coder_code-server/railway.toml
2026-01-29 18:25:02 +08:00

15 lines
442 B
TOML

# ============================================================================
# Claude Code Server - Railway Configuration
# https://github.com/sphinxcode/claude-code-server
# ============================================================================
[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
healthcheckPath = "/healthz"
healthcheckTimeout = 300
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10