diff --git a/frontend/fly.toml b/frontend/fly.toml index 6303dda..bc21e58 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 = false + auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ['app']