The application containers are dependent on the various services. This docker-compose is used for those services and it will be available for all containers on the same network. The services runs on default network.
If we need to activate all the service containers, run $ docker-compose up
Run docker-compose up service. eg. $ docker-compose up mysql
Activate the phpmyadmin service and access it from phpmyadmin.local. Enter host mysql and username, password as configured.
172.18.0.13 mysql 172.18.0.14 mysql7 172.18.0.15 mysql8 172.18.0.16 postgres 172.18.0.17 mongo 172.18.0.18 redis
127.0.0.2 phpmyadmin.local 127.0.0.2 redis.local