mirror of
https://github.com/coder/code-server.git
synced 2026-02-19 18:01:15 +08:00
19 lines
535 B
TOML
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
|