Skip to content

2color/dev-infrastructure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository helps in setting up various databases and infrastructure components locally via docker.

Requirements

Install docker and docker-compose for your respective OS. The docker server must be running.

Start a database

Let us suppose that you want to start mysql. Simply, go into that directory and run

docker-compose up -d

If you want to turn it off, run

docker-compose down

The login credentials are in the respective docker-compose.yml file. When a user name is not mentioned, it is usually root.

Contributing

Please feel free to raise a pull request to improve the readme/configuration files of this repository.

About

Setup varios local databases via docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published