diff --git a/fly.toml b/fly.toml index 9bbf0fc..36812f9 100644 --- a/fly.toml +++ b/fly.toml @@ -14,8 +14,8 @@ primary_region = "ams" [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true - auto_start_machines = true + auto_stop_machines = false + auto_start_machines = false min_machines_running = 0 [http_service.concurrency]