mirror of
https://github.com/coder/code-server.git
synced 2026-03-30 00:02:16 +08:00
Enables one-click deployment to Railway for remote code-server access from mobile devices. Uses the official install script, binds to the Railway-provided PORT, and includes a health check endpoint. https://claude.ai/code/session_01Famw4SjSWr4tECPrC6Z3ef
9 lines
162 B
TOML
9 lines
162 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/healthz"
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 10
|