Problem: How to use Docker to make a project containerized, I have 5 Java Spring boot microservices and an SQL data base, each microservice connects to a different port in the local host, I need to make this whole project into multiple docker images and containers and make them communicate so they can function and put them inside a network in docker and make a docker compose file.