Skip to content

Instantly share code, notes, and snippets.

View mehdiparastar's full-sized avatar

mehdi mehdiparastar

  • Iran, Tabriz
View GitHub Profile
@mehdiparastar
mehdiparastar / a-mongodb-replica-set-docker-compose-readme.md
Created March 24, 2022 20:26 — forked from harveyconnor/a-mongodb-replica-set-docker-compose-readme.md
MongoDB Replica Set / docker-compose / mongoose transaction with persistent volume

This will guide you through setting up a replica set in a docker environment using.

  • Docker Compose
  • MongoDB Replica Sets
  • Mongoose
  • Mongoose Transactions

Thanks to https://gist.github.com/asoorm for helping with their docker-compose file!