mongodb-cluster-docker-compose
mongodb-cluster-docker-compose copied to clipboard
docker-compose for mongodb cluster sharded with replication
Hello i have follow your instructions and when i try to create a database, i have this error : **Failed to create database 'm'. Error: Unable to initialize targeter for...
how to make this mongodb-cluster-docker-compose secured ? something like this article : https://medium.com/@MaxouMask/secured-mongodb-container-6b602ef67885
in a docker-compose.yml file, you can use: `depends_on` to declare dependencies between containers, which should affect the booting order which may make it more efficient and less error prone: https://docs.docker.com/compose/compose-file/
It would be nice to see how to safely remove replicas from the cluster. I only need 1 or 2 replicas in my case. For whatever reason, ChangeStreams seem to...
- mongo version updated - useless port publishes removed from compose file - "numInitialChunks" parameter added to readme.md
How do we add ssl/tls certificates ?