Files
soroushasadi/.gitea/workflows
soroush.asadi 059c67bf76 Fix deploy: free port 3000 by removing any container publishing it
The previous name-based stop only removed soroushasadi-site, but the
container holding :3000 can have a different name (old Next.js build or
an orphan from a previously-named compose project), so the bind kept
failing. Now we remove every container publishing :3000 by filter, then
also remove by our known name as a fallback.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:29:14 +03:30
..