mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Implement the web-first install experience across the server, CLI, API spec, web app, and packaged SPA assets. This also removes test-side process env mutation by pushing env-dependent decision points behind explicit helpers and test wiring.
8 lines
163 B
TOML
8 lines
163 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
dockerfilePath = "Dockerfile.deploy"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
restartPolicyType = "ALWAYS"
|
|
restartPolicyMaxRetries = 5
|