Skip to content

Commit

Permalink
set min machines for fly
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Sep 23, 2024
1 parent d402b65 commit a7913a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console_command = '/rails/bin/rails console'
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
min_machines_running = 1
processes = ['app']

[[vm]]
Expand Down

0 comments on commit a7913a7

Please sign in to comment.