diff --git a/fly.toml b/fly.toml index cb7e202..2d7a9c9 100644 --- a/fly.toml +++ b/fly.toml @@ -9,12 +9,12 @@ primary_region = 'ord' [build] [http_service] - internal_port = 8080 - force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true - min_machines_running = 0 - processes = ['app'] +internal_port = 8080 +force_https = true +auto_stop_machines = 'suspend' +auto_start_machines = true +min_machines_running = 1 +processes = ['app'] [[vm]] - size = 'shared-cpu-1x' +size = 'shared-cpu-1x'