diff --git a/fly.toml b/fly.toml index 8c0b520..3a237d0 100644 --- a/fly.toml +++ b/fly.toml @@ -16,7 +16,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']