Repo of docker-compose files to spin up database containers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alex MacArthur 08414b51a7
Add LICENSE file.
5 years ago
mongo Standardize username and password. 5 years ago
mysql Use latest mysql, don't name container. 5 years ago
postgres Standardize username and password. 5 years ago
.gitignore Add base README and configs for mysql & mongo. 5 years ago
LICENSE Add LICENSE file. 5 years ago
README.md Standardize username and password. 5 years ago

README.md

Local Docker DB

What?

A collection of Docker Compose files I've used to quickly spin local databases of various sorts.

Why?

Because I've oft needed them, particularly when I just don't wanna deal with the hassle of spinning up a DB on my own system.

How?

Clone the repo or copy a docker-compose.yml file to your system, cd into that directory, and turn it on with docker-compose up. For a full reference on how to use Docker Compose, go here.

Local Persistence

In each setup, your data is configured to be stored locally in a ./data directory. If that directory doesn't exist, it'll be created automatically.

Authentication

For authenticating as super user with each of these examples, root should be the username and password should be the password.