From 4acb2dc98c22ef365b3e1ea73ffaa4529cfe4035 Mon Sep 17 00:00:00 2001 From: atridadl Date: Wed, 6 Dec 2023 14:53:50 -0700 Subject: [PATCH] updated toml --- fly.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fly.toml b/fly.toml index c126ad1..4375024 100644 --- a/fly.toml +++ b/fly.toml @@ -6,3 +6,10 @@ app = "himbot" primary_region = "sea" swap_size_mb = 512 + +[http_service] +internal_port = 3000 +auto_stop_machines = true +auto_start_machines = true +min_machines_running = 1 +processes = ["app"]