feat: add fly.toml

This commit is contained in:
gitadmin 2026-05-02 13:07:30 +00:00
parent 0a344f2dc3
commit ac431a2b8c

24
fly.toml Normal file
View file

@ -0,0 +1,24 @@
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