slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 33 lines 572 B view raw
1app = 'zzstoatzz-quickslice-status' 2primary_region = 'ewr' 3 4[build] 5 dockerfile = "Dockerfile" 6 7[env] 8 NODE_ENV = 'production' 9 EXTERNAL_BASE_URL = 'https://status.zzstoatzz.io' 10 11[[mounts]] 12 source = 'quickslice_data' 13 destination = '/data' 14 15[http_service] 16 internal_port = 3000 17 force_https = true 18 auto_stop_machines = 'stop' 19 auto_start_machines = true 20 min_machines_running = 1 21 22[checks.health] 23 type = "http" 24 port = 3000 25 path = "/_health" 26 interval = "30s" 27 timeout = "5s" 28 29[[vm]] 30 memory = '1gb' 31 cpu_kind = 'shared' 32 cpus = 1 33 memory_mb = 1024