v0.0.6 — Self-Host Docker
Problem
No turnkey deployment exists. Users need a one-command way to run their own ZeroFans node.
Acceptance Criteria
Files to create/modify
docker-compose.self-host.yml (NEW)
Dockerfile.self-host (NEW)
scripts/zerofans-init.sh (NEW — setup wizard)
SELF_HOSTING.md (NEW or update existing)
Test
docker compose -f docker-compose.self-host.yml up
curl http://localhost:8787/rpc/health
Version bump
All package.json files: 0.0.5 to 0.0.6
v0.0.6 — Self-Host Docker
Problem
No turnkey deployment exists. Users need a one-command way to run their own ZeroFans node.
Acceptance Criteria
docker-compose.self-host.ymlwith PostgreSQL + API + MinIO + sync clientDockerfile.self-hostoptimized for self-hostingzerofans initgenerates.env, registers node with central relaydocker compose upstarts everything and begins syncing/adminshows sync status, peer count, event statsSELF_HOSTING.mdFiles to create/modify
docker-compose.self-host.yml(NEW)Dockerfile.self-host(NEW)scripts/zerofans-init.sh(NEW — setup wizard)SELF_HOSTING.md(NEW or update existing)Test
Version bump
All
package.jsonfiles:0.0.5to0.0.6