Mongo replicas are not created on production deployment #9481
Replies: 3 comments 6 replies
-
|
Hi @miyuru-vs1bv. May I ask how have you configured the mongo replicas? For Mongo the docker compose replicas variables doesn’t work but instead it needs to configured so each “replica” is a separate entity in the compose file As a reference point, in the Farajaland repo, the To add a second replica The |
Beta Was this translation helpful? Give feedback.
-
|
@euanmillar could you please update the docs regarding adding mongo replicas? |
Beta Was this translation helpful? Give feedback.
-
|
I am using the same config as Farajaland and getting the above error. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I am setting up our production env and I have set for 3 replicas.
But in the docker swarm its only showing 1 mongo service.
Is this correct or is there should be 3 mongo services when replicas set for 3?
Beta Was this translation helpful? Give feedback.
All reactions