diff --git a/frontend/fly.toml b/frontend/fly.toml index 68fa937..6303dda 100644 --- a/frontend/fly.toml +++ b/frontend/fly.toml @@ -11,7 +11,7 @@ primary_region = 'iad' [http_service] internal_port = 3000 force_https = true - auto_stop_machines = 'stop' + auto_stop_machines = false auto_start_machines = true min_machines_running = 0 processes = ['app']