Skip to content

Instantly share code, notes, and snippets.

View Nau077's full-sized avatar

Roman Tolokontsev Nau077

  • Saint-Petersburg
View GitHub Profile
@Nau077
Nau077 / a-mongodb-replica-set-docker-compose-readme.md
Created February 1, 2022 10:44 — 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!