http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/freeCodeCamp/freeCodeCamp/blob/main/docker-compose.yml
GotHub (master) Explore About Source code Back to freeCodeCamp/freeCodeCamp docker-compose.yml Raw 1 services : 2 mongo : 3 image : mongo 4 ports : 5 - '27017:27017' 6 command : mongod --replSet rs0 7 setup : 8 image : mongo 9 depends_on : 10 - mongo 11 restart : on - failure 12 entrypoint : [ 13 'bash' , 14 '-c' , 15 # This will try to initiate the replica set, until it succeeds twice (i.e. until the replica set is already initialized) 16...