diff --git a/fly.toml b/fly.toml index 4fdbd30..cbe6998 100644 --- a/fly.toml +++ b/fly.toml @@ -17,9 +17,9 @@ primary_region = 'waw' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = "stop" auto_start_machines = true - min_machines_running = 1 + min_machines_running = 0 processes = ['app'] [[vm]]