Configuring nginx on the server for requests from docker to docker-compose (CORS problem)
I have to deploy my application which consists of two parts to be deployed on the server, the frontend part packaged in dockerfile is deployed without problems, as is the backend part packaged in docker-compose, but there is a problem with requests as I think in the middle of docker-compose.
I have a frontend part that is packaged in a dockerfile.