-
Ensure Docker is installed on your machine.
-
Ensure the proper environment variables are set on your machine following
.env.example
file. -
To run the project, run the following command from project root directory -
docker compose -f docker-compose.yml up -d
- To stop the project, run the following command from project root directory -
docker compose -f docker-compose.yml down