Files
vu/.gitea/workflows
will 762b226a81
Deploy / deploy (push) Failing after 2m45s
CI: stop publishing a host port for the smoke-test container
The runner shares the host's Docker daemon across every repo's CI jobs, so
a hardcoded host port (8080) is a shared resource, not scoped to this job —
that's what was actually colliding, not a leftover vu-smoke container (the
previous fix's cleanup didn't help because the conflicting container wasn't
named vu-smoke at all). Curl the container's own bridge IP instead, so
nothing is published to the host and there's nothing to contend over.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-09 20:18:19 -04:00
..