How to send request from react app inside nginx which is inside docker container to golang webservice which is inside docker container on same AWS EC2
Currently I have two container inside AWS EC2 instance.One of them is React app. It uses nginx. This app should send request to golang web service which is inside another container. They are both in same EC2 instance. When i…