Skip to content

markus456/maxscale-backends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maxscale-backends

A docker-compose setup for testing MaxScale locally.

This sets up a four node master-slave cluster with the master on port 3000 and the slaves on ports 3001-3003. The maxuser@% and maxuser@127.0.0.1 users are created with the password maxpwd.

How to run?

To start it, run the following command in the root directory.

docker-compose up -d

To stop it, run this command.

docker-compose down -v

Read docker-compose --help for more details.

About

A docker-compose setup for testing MaxScale locally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published