From 25804bc01dd4ebcda717c05cb66ebe2d804e9cb9 Mon Sep 17 00:00:00 2001 From: Jerry Xie Date: Sat, 22 Aug 2026 13:05:48 -0700 Subject: [PATCH] compose: add AEGIS_SEED_PACKS (catalog packs are data, opt-in, minimal default) Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0187EsBsZaut2nMZ3LCrvPhW --- docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index dcc9a75..b8ce0ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: