From fa9b754d77a9ccbfdc3c3c61a39fcea3c9a7edd8 Mon Sep 17 00:00:00 2001 From: didericis Date: Wed, 27 May 2026 00:10:33 -0400 Subject: [PATCH] chore(sidecars): drop documentation-only EXPOSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EXPOSE doesn't publish ports — the compose renderer does that. Carrying it just to document the in-container port set adds noise without doing work. Co-Authored-By: Claude Opus 4.7 --- Dockerfile.sidecars | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile.sidecars b/Dockerfile.sidecars index 8d2e3a0..93ec77f 100644 --- a/Dockerfile.sidecars +++ b/Dockerfile.sidecars @@ -95,10 +95,6 @@ RUN mkdir -p \ /run/supervise/queue \ /home/mitmproxy/.mitmproxy -# Documentation only — the compose renderer publishes whichever -# subset the bottle uses. -EXPOSE 8888 9099 9418 9100 - # WORKDIR matches Dockerfile.supervise's prior layout so the # in-app same-dir import in supervise_server.py stays deterministic. WORKDIR /app