Skip to content

MySQL single sever and PhpMyAdmin with Docker Compose and Vagrant deploy

License

Notifications You must be signed in to change notification settings

sebastianaf/training-mysql-single

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

training-mysql-single

MySQL single sever and PhpMyAdmin with Docker Compose and Vagrant deploy

Requirements

  • Docker compose

Steps

1. Clone the repository

git clone https://github.com/sebastianaf/training-mysql-single
cd training-mysql-single

2. Set environment variables

Create a .env from .env.example file in the root folder with all environment variables, this variables will be used by the containers, it need to be reached by docker-compose.yml file.

3. Change training and postgresql names [Optional]

It's recommend to change all the names (in docker-compose.yml) named with org and project with your own organization name and project name.

4. Run

docker compose -p training-posgresql up -d

After type and run the command go to localhost:${PMA_PORT}

About

MySQL single sever and PhpMyAdmin with Docker Compose and Vagrant deploy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published