Pls
This commit is contained in:
parent
b0e9372cd9
commit
7249e08f84
1 changed files with 13 additions and 13 deletions
26
fly.toml
26
fly.toml
|
@ -9,22 +9,22 @@ primary_region = 'ord'
|
||||||
[build]
|
[build]
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = 'himbot_data'
|
source = 'himbot_data'
|
||||||
destination = '/data'
|
destination = '/data'
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 3000
|
internal_port = 3000
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
protocol = 'tcp'
|
protocol = 'tcp'
|
||||||
internal_port = 3000
|
internal_port = 3000
|
||||||
min_machines_running = 1
|
min_machines_running = 1
|
||||||
ports = []
|
ports = []
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
size = 'shared-cpu-1x'
|
size = 'shared-cpu-1x'
|
||||||
|
|
Loading…
Add table
Reference in a new issue