Openstatus www.openstatus.dev

๐Ÿ—‘๏ธ (#498)

authored by

Thibault Le Ouay and committed by
GitHub
15ce8210 a8cf79c5

+9 -2
+9 -2
apps/server/fly.toml
··· 10 10 [build] 11 11 dockerfile = "./Dockerfile" 12 12 13 + [[vm]] 14 + cpu_kind = "shared" 15 + cpus = 1 16 + memory_mb = 256 17 + 13 18 [http_service] 14 19 internal_port = 3000 15 20 force_https = true 16 - auto_stop_machines = false 17 - auto_start_machines = false 21 + auto_stop_machines = true 22 + auto_start_machines = true 23 + min_machines_running = 1 24 + 18 25 processes = ["app"] 19 26 [http_service.concurrency] 20 27 type = "requests"