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"]