code-server/railway.toml
Claude d45cae027e
Add Dockerfile and railway.toml for Railway deployment
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
2026-03-05 13:38:25 +00:00

8 lines
162 B
TOML

[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
healthcheckPath = "/healthz"
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10