From d6319d5923e9ceaa59064f0aa838506a1fa577ee Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 18 Aug 2024 09:37:46 -0400 Subject: cmd/xedn: scale to 0 Signed-off-by: Xe Iaso --- cmd/xedn/fly.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/xedn/fly.toml b/cmd/xedn/fly.toml index 97c18ad..dafb633 100644 --- a/cmd/xedn/fly.toml +++ b/cmd/xedn/fly.toml @@ -37,6 +37,9 @@ tigris_bucket = "azurda" protocol = "tcp" internal_port = 8080 processes = ["app"] +auto_stop_machines = true +auto_start_machines = true +min_machines_running = 0 [[services.ports]] port = 80 -- cgit v1.2.3