- Cloudflare Workers deployment - Railway backend deployment - GitHub Actions CI/CD - Stripe payment integration - Clerk authentication - Service mesh connectivity - Environment templates - Docker support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
352 B
TOML
19 lines
352 B
TOML
[build]
|
|
builder = "NIXPACKS"
|
|
|
|
[deploy]
|
|
startCommand = "npm start"
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 300
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 10
|
|
|
|
[[services]]
|
|
name = "blackroad-os-prism-console"
|
|
|
|
[services.env]
|
|
PORT = "8080"
|
|
NODE_ENV = "production"
|
|
REPO_NAME = "blackroad-os-prism-console"
|
|
ORG_NAME = "BlackRoad-OS"
|