Pls
This commit is contained in:
26
fly.toml
26
fly.toml
@ -9,22 +9,22 @@ primary_region = 'ord'
|
||||
[build]
|
||||
|
||||
[[mounts]]
|
||||
source = 'himbot_data'
|
||||
destination = '/data'
|
||||
source = 'himbot_data'
|
||||
destination = '/data'
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
processes = ['app']
|
||||
internal_port = 3000
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
min_machines_running = 1
|
||||
processes = ['app']
|
||||
|
||||
[[services]]
|
||||
protocol = 'tcp'
|
||||
internal_port = 3000
|
||||
min_machines_running = 1
|
||||
ports = []
|
||||
protocol = 'tcp'
|
||||
internal_port = 3000
|
||||
min_machines_running = 1
|
||||
ports = []
|
||||
|
||||
[[vm]]
|
||||
size = 'shared-cpu-1x'
|
||||
size = 'shared-cpu-1x'
|
||||
|
Reference in New Issue
Block a user