diff --git a/apps/api/fly.toml b/apps/api/fly.toml index 4d285eb..1272f4b 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -17,9 +17,9 @@ kill_timeout = '5s' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 0 + min_machines_running = 2 processes = ['app'] [[services]]