Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose for Activating Services that Needs Data Persistence

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.

How to activate all services containers?

If we need to activate all the service containers, run $ docker-compose up

How to activate selective service containers?

Run docker-compose up service. eg. $ docker-compose up mysql

Access PHPMyAdmin

Activate the phpmyadmin service and access it from phpmyadmin.local. Enter host mysql and username, password as configured.

Edit hosts file

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

About

My own customized docker files

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages