mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-27 02:25:40 +00:00
chore: update fly.toml to run always at least 1 machine
This commit is contained in:
parent
797d96a6a3
commit
e4f4577a3b
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue