Update fly.toml to keep one machine running
This commit is contained in:
4
fly.toml
4
fly.toml
@@ -13,11 +13,11 @@ primary_region = 'den'
|
|||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
size = 'shared-cpu-1x'
|
size = 'shared-cpu-2x'
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
FILE_DEFAULT_TTL = "600"
|
FILE_DEFAULT_TTL = "600"
|
||||||
|
Reference in New Issue
Block a user