diff --git a/fly.toml b/fly.toml index 05e4551f..a96fe0ac 100644 --- a/fly.toml +++ b/fly.toml @@ -17,9 +17,8 @@ console_command = "/rails/bin/rails console" [http_service] internal_port = 3000 force_https = true - auto_stop_machines = true - auto_start_machines = true - min_machines_running = 0 + auto_stop_machines = false + auto_start_machines = false processes = ["app"] [[vm]]