Dont scale down
This commit is contained in:
parent
a615512ed7
commit
e18d1c9aeb
1 changed files with 7 additions and 7 deletions
4
fly.toml
4
fly.toml
|
@ -11,9 +11,9 @@ primary_region = 'ord'
|
|||
[http_service]
|
||||
internal_port = 8080
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_stop_machines = 'suspend'
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
min_machines_running = 1
|
||||
processes = ['app']
|
||||
|
||||
[[vm]]
|
||||
|
|
Loading…
Add table
Reference in a new issue