Open a new terminal within the project directory and run:
- Build the images:
docker-compose -f docker-compose-build.yaml build --parallel --pull --force-rm
- Check images available :
docker images
-
Push the images:
docker-compose -f docker-compose-build.yaml push
-
Run the containers:
docker-compose up