compose: pin MOSAIC_STORAGE_TIER=standalone (A5d formal-run fix) #1486

Merged
orch-01 merged 1 commits from feat/compose-stack-profile into next 2026-08-30 07:49:36 +00:00
1 Commits
Author SHA1 Message Date
marcie 658668bdeb compose: pin MOSAIC_STORAGE_TIER=standalone in the stack profile
ci/woodpecker/pr/ci Pipeline was successful
Formal A5d run on the merged branch surfaced a tier-detection probe
race: probePostgres (5s connect) failed against a HEALTHY postgres on
the same network (psql SELECT 1 from a peer container succeeds; the
wrapped cause is not surfaced by the bootstrap log). The compose is the
standalone tier BY DECLARATION (mode contract: mode chosen at install)
— pinning MOSAIC_STORAGE_TIER=standalone uses the documented env path
('storage tier=standalone source=process environment', observed in the
first scratch run) and removes the boot-order dependency on probe
timing entirely.
2026-08-30 01:08:59 -05:00