From 83ccc7eafea8371d01408a49ef3b87039d0d2526 Mon Sep 17 00:00:00 2001 From: "Kim, Hyeonseo" Date: Sat, 6 Jan 2024 16:45:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=F0=9F=A7=B1=20Change=20fly.io?= =?UTF-8?q?=20auto=5Fstop=5Fmachine=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fly.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fly.toml b/fly.toml index 3872586..0eb6c4f 100644 --- a/fly.toml +++ b/fly.toml @@ -9,14 +9,14 @@ primary_region = "nrt" [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 = false +auto_start_machines = true +min_machines_running = 0 +processes = ["app"] [[vm]] - cpu_kind = "shared" - cpus = 1 - memory_mb = 1024 +cpu_kind = "shared" +cpus = 1 +memory_mb = 1024