d90a86c7d7
CI / Architecture Guardrails (push) Successful in 4m15s
CI / Assistant Split Regression (push) Successful in 6m29s
CI / Typecheck (push) Successful in 7m50s
CI / Lint (push) Successful in 7m46s
CI / Unit Tests (push) Failing after 10m56s
CI / E2E Tests (push) Has been cancelled
CI / Fresh-Linux Docker Deploy (push) Has been cancelled
CI / Release Images (push) Has been cancelled
CI / Build (push) Has been cancelled
The 'app' hostname on gitea_gitea collides with foreign containers from other stacks that also answer /api/health. Previous logic picked the first IP whose health check returned 200 — sometimes a neighbor whose process died mid-test, producing ERR_CONNECTION_REFUSED on smoke test #2. Use 'docker compose ps -q app' + docker inspect to read our own container's gitea_gitea IP. Zero DNS ambiguity.