diff --git a/fly.toml b/fly.toml index 6d3a3e9..c39207f 100644 --- a/fly.toml +++ b/fly.toml @@ -11,9 +11,9 @@ primary_region = 'iad' [http_service] internal_port = 8000 force_https = true -auto_stop_machines = 'stop' +auto_stop_machines = 'off' auto_start_machines = true -min_machines_running = 1 +min_machines_running = 2 processes = ['app'] [[vm]]