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