This folder contains a docker compose file to setup a mongo database with primary-secondary replication pattern. See the reference Here.
The databases run at port 27017 (primary) and 27018 (secondary).
To setup the containers, run
docker compose up -d