- Build the docker images using
docker-compose build --compress
- Run the docker containers using
docker-compose up --detach
- Verify that the containers are up using
docker-compose ps
- To view the logs of the service run
docker-compose logs --follow web
Q. Unable to start the react app as the required network does not exists
ERROR: Network api_gateway_api-gateway declared as external, but could not be found. Please create the network manually using
docker network create api_gateway_api-gateway and try again.
A. This service has a dependency of api-gateway. Make sure you are running that service as well, becuase the web client interacts to our microservices using the gateway