Files
resolutionflow/backend/railway.toml
Michael Chihlas 005db0700c Add release command to run migrations on deploy
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 23:45:20 -05:00

11 lines
225 B
TOML

[build]
builder = "dockerfile"
dockerfilePath = "Dockerfile"
[deploy]
healthcheckPath = "/health"
healthcheckTimeout = 100
restartPolicyType = "on_failure"
restartPolicyMaxRetries = 3
releaseCommand = "alembic upgrade head"