From 747200f18fa348b6d4b71389d9b6b34a44a69e60 Mon Sep 17 00:00:00 2001 From: Tom Konidas Date: Wed, 19 Jun 2024 19:26:15 -0400 Subject: [PATCH] Add auto start/stop fly config --- fly.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fly.toml b/fly.toml index 5559f930..1510886e 100644 --- a/fly.toml +++ b/fly.toml @@ -21,6 +21,8 @@ kill_timeout = "5s" [[services]] protocol = "tcp" internal_port = 8080 + auto_stop_machines = true + auto_start_machines = true processes = ["app"] [[services.ports]]