15 lines
495 B
TOML
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
|