The project is a distributed system of three instances
- User
- Ride
- Project
cd User
sudo docker-compose up --build
cd Rides
sudo docker-compose up --build
Project instance has the New network running containers for Orhestrator(Flask application), Slave, Master, Rabbitmq and Zookeeper services.
To run the project run the following commands with the user who has sudo access in the root directory of the user(Ubuntu)
cd Project
cd NEW
sudo docker-compose up --build