Docker container with nodejs app(NestJS) is not accessible from both other containers or host – Nginx
I have an application, that consists of few docker containers: nginx, client, admin, backend and mongo. In container "backend" is running NestJS application on port 5000. Container has exposed port 5000. But container is not responding to any requests and…