copy the .env.example and rename it to .env update all the place holders in .env with the accurate values
docker compose up --build
make build : will build and up the containers.
make stop : will stop the containers.
make start : will start the containers.
make clean : will delete all the containers , images and volumes.