Social network for the lovers of tv-shows Docker compose Run this command from a root directory of the project docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d --build docker-compose build --no-cache To delete all containers, iamges and volumes (All not just project related) docker system prune --all --volumes