From 041914c405e3cc0c338e9ab78fd38d9e34f8516f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 20 Nov 2024 14:44:43 -0600 Subject: [PATCH] Fly changes --- fly.toml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/fly.toml b/fly.toml index 108aaf6..d5e2b0c 100644 --- a/fly.toml +++ b/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] +[[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]] -internal_port = 3000 -protocol = "tcp" -min_machines_running = 1 + protocol = 'tcp' + internal_port = 3000 + min_machines_running = 1 + ports = [] [[vm]] -size = 'shared-cpu-1x' - -[mounts] -source = "himbot_data" -destination = "/data" + size = 'shared-cpu-1x'