Skip to content

Docker compose and setup scripts for locally testing with MySQL with automatically configured DDL

Notifications You must be signed in to change notification settings

KappaTT/ktt-docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ktt-docker-mysql

Credentials

host: 127.0.0.1
port: 3306
username: user
password: dev

Scripts

script description
start.sh boots up the docker instance and binds to 127.0.0.1:3306 in the background and waits for mysql to be ready
stop.sh terminates and cleans the docker

Docker Usage

command description
docker-compose up boots up the docker instance and binds to 127.0.0.1:3306
docker-compose down terminates and cleans the docker

About

Docker compose and setup scripts for locally testing with MySQL with automatically configured DDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published