Fly changes

This commit is contained in:
Atridad Lahiji 2024-11-20 14:44:43 -06:00
parent be4f67218d
commit 041914c405
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -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"