Auto suspend
This commit is contained in:
parent
e2e736e500
commit
e5fd8aa21d
1 changed files with 7 additions and 7 deletions
14
fly.toml
14
fly.toml
|
@ -9,12 +9,12 @@ primary_region = 'sea'
|
||||||
[build]
|
[build]
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 3000
|
internal_port = 3000
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'suspend'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 0
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
size = 'shared-cpu-1x'
|
size = 'shared-cpu-1x'
|
||||||
|
|
Loading…
Add table
Reference in a new issue