Update fly.toml to keep one machine running

This commit is contained in:
2024-09-01 11:51:21 -06:00
parent 9898a2389f
commit 5bb93ba362

View File

@@ -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"