Observed on staging (167.235.233.65) during P6-E11-W2-S2-T12 (2026-09-03): nself start fails at its postgres step (docker compose up -d postgres exit 1) even though the postgres container is up and healthy; running docker compose up -d directly against the generated compose file succeeds.
Possibly related to #296 (two stacks sharing the box), but the direct compose invocation working suggests nself start adds a flag, project name, or env that the direct call does not. Needs a repro with the exact compose command nself start runs (nself start --verbose / debug logging) against a box with an already-running postgres.
Source: P6-E11-W2-S2-T12 checkpoint, .claude/phases/current/p6 (nself project tree).
Observed on staging (167.235.233.65) during P6-E11-W2-S2-T12 (2026-09-03):
nself startfails at its postgres step (docker compose up -d postgresexit 1) even though the postgres container is up and healthy; runningdocker compose up -ddirectly against the generated compose file succeeds.Possibly related to #296 (two stacks sharing the box), but the direct compose invocation working suggests
nself startadds a flag, project name, or env that the direct call does not. Needs a repro with the exact compose commandnself startruns (nself start --verbose/ debug logging) against a box with an already-running postgres.Source: P6-E11-W2-S2-T12 checkpoint, .claude/phases/current/p6 (nself project tree).