Docker compose: reach back end from frontend javascript request in different containers – Nginx
I'm setting up a little web project with docker-compose. the front is a VueJS served by a nginx server in the container named frontend, and the back is a NestJS in the container named main. Both are run with a…