diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..f520e1e --- /dev/null +++ b/fly.toml @@ -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