24 lines
415 B
TOML
24 lines
415 B
TOML
app = "agentify-help"
|
|
primary_region = "fra"
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 3000
|
|
force_https = true
|
|
auto_stop_machines = "stop"
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ["app"]
|
|
|
|
[[http_service.checks]]
|
|
grace_period = "15s"
|
|
interval = "30s"
|
|
method = "GET"
|
|
path = "/health"
|
|
timeout = "10s"
|
|
|
|
[[vm]]
|
|
memory = "512mb"
|
|
cpu_kind = "shared"
|
|
cpus = 1
|