chore: update fly.toml to run always at least 1 machine

This commit is contained in:
JasterV 2026-01-13 18:20:59 +01:00
parent 797d96a6a3
commit e4f4577a3b

View file

@ -22,7 +22,7 @@ internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
min_machines_running = 1
processes = ['app']
[http_service.concurrency]