From b621d1f87c883990d1cb1725624ddfd18664ee49 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Sun, 6 Oct 2024 16:36:45 +0800 Subject: [PATCH] flyio auto stop machine --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 8c0b520..3a237d0 100644 --- a/fly.toml +++ b/fly.toml @@ -16,7 +16,7 @@ primary_region = 'iad' [http_service] internal_port = 3000 force_https = true - auto_stop_machines = false + auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ['app']