Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 364 Bytes

File metadata and controls

19 lines (13 loc) · 364 Bytes

How to Run

Docker is required to run this project. The list of containers needed is specified in compose.yaml. All containers are available in docker hub.

Run the Project

Follow this command.

$ docker compose up

Run the following command to stop and remove containers created by above command.

$ docker compose down