Files
2026-07-13 13:12:00 +08:00

15 lines
495 B
TOML

# Railway config: pulls the CI image via the Dockerfile.prebuilt shim (a source
# build can't produce the gitignored web UI bundle). Pair with a Railway
# Postgres plugin; DATABASE_URL and PORT are injected automatically. Setup +
# the post-OSS deploy button: deploy/railway/README.md.
[build]
builder = "DOCKERFILE"
dockerfilePath = "deploy/docker/Dockerfile.prebuilt"
[deploy]
healthcheckPath = "/health"
healthcheckTimeout = 300
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 5