updated toml
This commit is contained in:
parent
14ee6edae6
commit
4acb2dc98c
1 changed files with 7 additions and 0 deletions
7
fly.toml
7
fly.toml
|
@ -6,3 +6,10 @@
|
||||||
app = "himbot"
|
app = "himbot"
|
||||||
primary_region = "sea"
|
primary_region = "sea"
|
||||||
swap_size_mb = 512
|
swap_size_mb = 512
|
||||||
|
|
||||||
|
[http_service]
|
||||||
|
internal_port = 3000
|
||||||
|
auto_stop_machines = true
|
||||||
|
auto_start_machines = true
|
||||||
|
min_machines_running = 1
|
||||||
|
processes = ["app"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue