diff --git a/fly.toml b/fly.toml index 6017b97..6affc1e 100644 --- a/fly.toml +++ b/fly.toml @@ -19,7 +19,7 @@ console_command = '/rails/bin/rails console' [http_service] internal_port = 3000 force_https = true - auto_stop_machines = 'stop' + auto_stop_machines = 'suspend' auto_start_machines = true min_machines_running = 0 processes = ['app']