From af3aa4298bd5a97e4bf6b5cd56d8749b0db856d1 Mon Sep 17 00:00:00 2001 From: atridadl Date: Fri, 17 Nov 2023 00:25:22 -0700 Subject: [PATCH] change machine count --- fly.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fly.toml b/fly.toml index 3c125d9..c1a7a19 100644 --- a/fly.toml +++ b/fly.toml @@ -9,9 +9,9 @@ primary_region = "sea" [build] [http_service] - internal_port = 3000 - force_https = true - auto_stop_machines = true - auto_start_machines = true - min_machines_running = 0 - processes = ["app"] +internal_port = 3000 +force_https = true +auto_stop_machines = true +auto_start_machines = true +min_machines_running = 1 +processes = ["app"]