diff --git a/fly.toml b/fly.toml index 7e10cdb..daa7617 100644 --- a/fly.toml +++ b/fly.toml @@ -9,14 +9,14 @@ primary_region = 'iad' [build] [http_service] - internal_port = 8000 - force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true - min_machines_running = 0 - processes = ['app'] +internal_port = 8000 +force_https = true +auto_stop_machines = 'stop' +auto_start_machines = true +min_machines_running = 0 +processes = ['app'] [[vm]] - memory = '1gb' - cpu_kind = 'shared' - cpus = 1 +memory = '1gb' +cpu_kind = 'shared' +cpus = 4