diff --git a/fly.toml b/fly.toml index eea89a64..aceb37c3 100644 --- a/fly.toml +++ b/fly.toml @@ -11,8 +11,8 @@ primary_region = 'sjc' [http_service] internal_port = 3000 force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true + auto_stop_machines = 'off' + auto_start_machines = false min_machines_running = 0 processes = ['app']