Skip to content

Instantly share code, notes, and snippets.

@lucj
Created September 22, 2016 20:31
Show Gist options
  • Save lucj/86183e05e270bc3f991338c714dc6bdb to your computer and use it in GitHub Desktop.
Save lucj/86183e05e270bc3f991338c714dc6bdb to your computer and use it in GitHub Desktop.
docker-compose-mongors.yml
version: ‘2’
services:
rs1:
image: mongo:3.2
command: mongod — replSet “rs0”
rs2:
image: mongo:3.2
command: mongod — replSet “rs0”
rs3:
image: mongo:3.2
command: mongod — replSet “rs0”
rs:
image: lucj/mongors
depends_on:
- rs1
- rs2
- rs3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment