Skill Issue Dev | Dax the Dev · Apr 1, 2026
Docker + Fly.io seed-node config for ZL1
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
ZL1 seed-node deploy lands. Dockerfile is a tiny multi-stage Rust build; fly.toml declares 1 GB memory + persistent volume for the chain database + restart policy on-failure . Three Fly gotchas I keep tripping over: (1) min_machines_running = 1 is not the default, and seed nodes need it on; (2) auto_stop_machines = false for the same reason — Fly's eager scale-to-zero will kill your peer; (3)…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.