Elegent way to get dockerized API to connect with dockerized Mysql Database and create schema automatically
Problem: 2 services, both running in separate docker containers Mysql DB (container name: mysqldb, network: my-custom-network) Api service that supports retrieving and writing data to Mysql service Now I create a custom docker network my-custom-network with driver: bridge and connect…