# fly.toml app configuration file generated for zig-bsky-feed on 2026-01-02T20:04:47-06:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'zig-bsky-feed' primary_region = 'ord' [build] [http_service] internal_port = 3000 force_https = true auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 1 processes = ['app'] [mounts] source = "feed_data" destination = "/data" [[vm]] memory = '256mb' cpu_kind = 'shared' cpus = 1 memory_mb = 256