Skip to content

Instantly share code, notes, and snippets.

View rubanraj54's full-sized avatar
:octocat:
Eat, Sleep, Code, Repeat.

Rubanraj rubanraj54

:octocat:
Eat, Sleep, Code, Repeat.
  • Studocu
  • Amsterdam, Netherlands
View GitHub Profile
@rubanraj54
rubanraj54 / docker-compose.yml
Created January 13, 2018 17:56
Simple MongoDB cluster using docker compose (3 node cluster)
version: '3'
services:
node1:
image: mongo
ports:
- 30001:27071
volumes:
- $HOME/mongoclusterdata/node1:/data/db
networks: