grain.social is a photo sharing platform built on atproto.

chore: update darkroom fly config

+2 -2
+2 -2
services/darkroom/fly.toml
··· 17 17 internal_port = 8080 18 18 auto_stop_machines = 'off' 19 19 auto_start_machines = true 20 - min_machines_running = 1 20 + min_machines_running = 0 21 21 processes = ['app'] 22 22 23 23 [[services.ports]] ··· 25 25 handlers = ['tls', 'http'] 26 26 27 27 [[vm]] 28 - memory = '2gb' 28 + memory = '1gb' 29 29 cpu_kind = 'shared' 30 30 cpus = 1