Skip to content

Docker setup to get Elasticsearch Cluster and MongoDB Cluster up and running

Notifications You must be signed in to change notification settings

mshauneu/elastic-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Mongo

Docker setup to get Elasticsearch and MongoDB up and running

Install Docker and docker-compose

git clone https://github.com/mshauneu/elastic-mongo
cd elastic-mongo
docker-compose up -d  

Now you have Elasticsearch and MongoDB configured with transporter

$ docker ps  # =>

CONTAINER ID        IMAGE               COMMAND                CREATED             STATUS                  PORTS                                                NAMES
...                 ...                 ...                    ....                ...                     ...

Log into a container

docker exec -i -t elasticmongo_mongo2_1  bash

About

Docker setup to get Elasticsearch Cluster and MongoDB Cluster up and running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published