Set up local development dependencies with Docker
mainIf your tests require local PostgreSQL and MySQL instances, you can use Docker Compose. From the solution root, run the following command to pull images and start the containers:
docker-compose up -d