Three separate places take a proxy setting here, and configuring the wrong one is the usual reason nothing changes.
Pulling images uses the daemon configuration. Building uses build arguments. A running container uses its own environment.
Setting one and expecting the others to follow is the mistake that costs an afternoon.
Calls between containers must bypass the intermediary. Without an exclusion list they travel out and back, which is slow at best and broken at worst.
Write the list at the same time as the proxy setting, never afterwards.
Run one request to an address-reporting service from inside the container. That is the only check that proves the setting reached where you meant it to.
The daemon needs restarting after its configuration changes. Containers need recreating, and restarting them is not the same thing.
docker build --build-arg HTTP_PROXY=$PROXY . docker run -e HTTP_PROXY=$PROXY -e NO_PROXY=localhost,db image
Сервис не оплатил переходы с площадки, поэтому кнопка перехода к нему закрыта. Место в рейтинге от оплаты не зависит и считается по общей формуле.
Карточка сервиса с характеристиками остаётся открытой, её видно на странице сервиса.