From 69206fd3015a80c3ec1f546460b3b83fee77b3d2 Mon Sep 17 00:00:00 2001 From: elia <146715005+informaticker@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:25:41 +0200 Subject: [PATCH] Update fly.toml --- fly.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fly.toml b/fly.toml index 823b6a8..44203cb 100644 --- a/fly.toml +++ b/fly.toml @@ -18,3 +18,10 @@ gpus = 1 [[files]] guest_path = "/start.sh" local_path = "start.sh" + +[[services]] + internal_port = 8000 + protocol = "tcp" + auto_stop_machines = "stop" + auto_start_machines = true + min_machines_running = 0