diff --git a/apps/nestjs/fly.toml b/apps/nestjs/fly.toml index d7c0b18..f056a38 100644 --- a/apps/nestjs/fly.toml +++ b/apps/nestjs/fly.toml @@ -11,10 +11,5 @@ primary_region = "waw" force_https = true auto_stop_machines = true auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"] - -[[vm]] - cpu_kind = "shared" - cpus = 1 - memory_mb = 1024 diff --git a/apps/remix/fly.toml b/apps/remix/fly.toml index feac2ed..99147f0 100644 --- a/apps/remix/fly.toml +++ b/apps/remix/fly.toml @@ -11,10 +11,5 @@ primary_region = "waw" force_https = true auto_stop_machines = true auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"] - -[[vm]] - cpu_kind = "shared" - cpus = 1 - memory_mb = 1024