nginx configuration for spring boot and angular project – Docker
I am trying to create a app using mongodb and spring-boot as backend and angular as frontend. Using command to run my app: docker run -d -e APP_OPTIONS="--spring.data.mongodb.host=172.17.0.2" -p 8443:8443 my-webapp I am able to launch my app at http://localhost/api/swagger-ui.html…