nomadweb/backend/railway.toml
2026-08-28 19:49:10 -05:00

9 lines
205 B
TOML

[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
startCommand = "uvicorn app.main:app --host 0.0.0.0 --port $PORT"
healthcheckPath = "/api/v1/health"
restartPolicyType = "ON_FAILURE"