From 7249e08f84921831b2134f50d65282f90d35279b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 22 Nov 2024 01:14:04 -0600 Subject: [PATCH] Pls --- fly.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/fly.toml b/fly.toml index d5e2b0c..6904d1e 100644 --- a/fly.toml +++ b/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'