diff --git a/fly.toml b/fly.toml index 3c125d9..c1a7a19 100644 --- a/fly.toml +++ b/fly.toml @@ -9,9 +9,9 @@ primary_region = "sea" [build] [http_service] - internal_port = 3000 - force_https = true - auto_stop_machines = true - auto_start_machines = true - min_machines_running = 0 - processes = ["app"] +internal_port = 3000 +force_https = true +auto_stop_machines = true +auto_start_machines = true +min_machines_running = 1 +processes = ["app"]