- docker
- docker-compose
-
To run the application, configure the docker-compose file with your required config(such as PORT, IP, etc.).
-
Before building the images, compile and place the binaries from http and grpc into http-server and grpc-server respectively.
-
After placing the binaries, use the following cmd to run the images.
-
$ docker-compose up -d
-
-
Use
curl -X GET http://localhost:$HTTP_SERVER_PORT/health
to check application status.