$ docker-compose up -d
We have two applications named Firstservice and Secondservice. You can reach them with different ip addresses from the frontend, but it will be easier to reach them through a single ip address. For this, we set up an api gateway structure. basically it works like a proxy. directs incoming requests to the required services.
For more information about apigateway : https://microservices.io/patterns/apigateway.html