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