change machine count
This commit is contained in:
parent
49e6f3e292
commit
af3aa4298b
1 changed files with 6 additions and 6 deletions
12
fly.toml
12
fly.toml
|
@ -9,9 +9,9 @@ primary_region = "sea"
|
||||||
[build]
|
[build]
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 3000
|
internal_port = 3000
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = true
|
auto_stop_machines = true
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
processes = ["app"]
|
processes = ["app"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue