always have 1 machine running
This commit is contained in:
parent
9ef6fc35f5
commit
18932d3873
2
fly.toml
2
fly.toml
@ -25,7 +25,7 @@ internal_port = 53
|
|||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = false
|
auto_stop_machines = false
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
processes = ["app"]
|
processes = ["app"]
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
|
Loading…
Reference in New Issue
Block a user