mirror of
https://github.com/cdr/code-server.git
synced 2026-04-11 17:47:16 +02: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
8 lines
162 B
TOML
8 lines
162 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/healthz"
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 10
|