178cb5a3d6c1d87dcd9d70de944de5daa2156c9e
The 3030:3000 port mapping only exposes port 3030 on the host. Container-to-container traffic (scraper → browserless) and the healthcheck (which runs inside the browserless container) must use the container's own port 3000. Only the host-side default in main.go and the Dockerfile ENV remain on 3030.
Description
No description provided