coder_code-server/railway.toml
2026-01-29 20:28:48 +08:00

19 lines
535 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
# Auto-generate a Railway domain on deployment
[[services.networking.external]]
port = 8080