Fly changes
This commit is contained in:
parent
be4f67218d
commit
041914c405
1 changed files with 18 additions and 9 deletions
23
fly.toml
23
fly.toml
|
@ -1,4 +1,4 @@
|
|||
# fly.toml app configuration file generated for himbot on 2024-10-20T22:41:20-06:00
|
||||
# fly.toml app configuration file generated for himbot on 2024-11-20T14:35:09-06:00
|
||||
#
|
||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||
#
|
||||
|
@ -8,14 +8,23 @@ primary_region = 'ord'
|
|||
|
||||
[build]
|
||||
|
||||
[[services]]
|
||||
[[mounts]]
|
||||
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']
|
||||
|
||||
[[services]]
|
||||
protocol = 'tcp'
|
||||
internal_port = 3000
|
||||
protocol = "tcp"
|
||||
min_machines_running = 1
|
||||
ports = []
|
||||
|
||||
[[vm]]
|
||||
size = 'shared-cpu-1x'
|
||||
|
||||
[mounts]
|
||||
source = "himbot_data"
|
||||
destination = "/data"
|
||||
|
|
Loading…
Add table
Reference in a new issue