podman-compose was rebuilding the image on every service restart using
the Containerfile, but without --build-arg WEBMENTION_TOKEN. This
silently discarded the token that the CI build had baked in.
Removing the build: block means restarts reuse the pre-built image
tagged by CI. Also removes all temporary debug console.log statements.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Podman was reusing the RUN npm run build layer from before the
vite.define token injection was added, causing webmentions to be
built without the token.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>