Skip to content

pardahlman/docker-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker infrastructure

Proof of concept on how Docker can be used to set up a local development environment within minutes.

Install

> git clone https://github.com/pardahlman/docker-infrastructure.git
> cd docker-infrastructure
> docker volume create mongodata
> docker volume create rabbitmq
> docker volume create mssql
> docker-compose up

That's it. Services should be up and running on default port:

  • MongoDB, port 27017
  • Kibana, port 5601
  • Elastic Search, port 9200 and 9300
  • RabbitMQ port 15672 (mgmt) and 5672
  • MSSQL, port 1433

Read more

I wrote a blog post about this.

Feedback

Register an issue!

About

Install infrastructure with a single command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published