diff --git a/fly.toml b/fly.toml index cf100e9..32b719b 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,7 @@ primary_region = "sin" [http_service] # internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"]