compose: add AEGIS_SEED_PACKS (catalog packs are data, opt-in, minimal default)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0187EsBsZaut2nMZ3LCrvPhW
This commit is contained in:
Jerry Xie
2026-08-22 13:05:48 -07:00
parent 2236ef6e7f
commit 25804bc01d
+7
View File
@@ -30,6 +30,13 @@ services:
# For nodes across the internet you want HUB_EXTERNAL_HOST (a public name)
# plus a routed HUB_EXTERNAL_AGENT_PORT instead — see docs/configuration.md.
- HUB_INTERNAL_HOSTS=
# Which catalog data packs to preinstall on first boot, from the packs
# bundled in the image (no internet needed). The catalog is DATA, not baked
# into the binary. minimal = just the OS image provisioning needs; none =
# empty; all = every bundled pack; or a list like "os-images,apps" or
# specific slugs ("grafana,ubuntu-24.04"). Idempotent — never overwrites
# catalog entries you add later. See docs/configuration.md.
- AEGIS_SEED_PACKS=minimal
volumes:
aegis_data: