slack status without the slack status.zzstoatzz.io/
quickslice
at main 745 B view raw
1# fly.toml app configuration file generated for zzstoatzz-quickslice-status on 2025-12-13T16:42:55-06:00 2# 3# See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4# 5 6app = 'zzstoatzz-quickslice-status' 7primary_region = 'ewr' 8 9[build] 10 dockerfile = 'Dockerfile' 11 12[env] 13 DATABASE_URL = 'sqlite:/data/quickslice.db' 14 HOST = '0.0.0.0' 15 PORT = '8080' 16 EXTERNAL_BASE_URL = 'https://zzstoatzz-quickslice-status.fly.dev' 17 18[[mounts]] 19 source = 'quickslice_data' 20 destination = '/data' 21 22[http_service] 23 internal_port = 8080 24 force_https = true 25 auto_stop_machines = 'stop' 26 auto_start_machines = true 27 min_machines_running = 1 28 29[[vm]] 30 memory = '1gb' 31 cpu_kind = 'shared' 32 cpus = 1 33 memory_mb = 1024