a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

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

at main 43 lines 745 B view raw
1app = "zzstoatzz-phi" 2primary_region = "ord" 3 4[build] 5 dockerfile = "Dockerfile" 6 7[deploy] 8 strategy = "rolling" 9 10[mounts] 11 source = "phi_data" 12 destination = "/data" 13 14[[vm]] 15 size = "shared-cpu-1x" 16 memory = "1gb" 17 18[env] 19 PORT = "8080" 20 DEBUG = "false" 21 BOT_NAME = "phi" 22 PERSONALITY_FILE = "personalities/phi.md" 23 24[http_service] 25 internal_port = 8080 26 force_https = true 27 auto_stop_machines = false 28 auto_start_machines = false 29 min_machines_running = 1 30 max_machines_running = 1 31 32 [http_service.concurrency] 33 type = "requests" 34 hard_limit = 25 35 soft_limit = 10 36 37 [[http_service.checks]] 38 interval = "30s" 39 grace_period = "15s" 40 method = "GET" 41 path = "/health" 42 protocol = "http" 43 timeout = "10s"