RocketChat / Rocket.Chat.Embedded.arm64

An open source journey bringing the latest Rocket.Chat releases to the arm64 universe
MIT License
24 stars 15 forks source link

Docker without MongoDB replica #6

Closed ghost closed 3 years ago

ghost commented 3 years ago

What is the MongoDB replica need for? Is it absolutely required? As far as I know, the normal Rocket Chat image doesn't need both a main and a replica container running at the same time.

Sing-Li commented 3 years ago

Can you explain what MongoDB replica are you referring to @UnleavenedEagle ? And which "normal Rocket.Chat image" are you referring to 🤔

ghost commented 3 years ago

Replica = mongo-init-replica in docker-compose.yml Normal image = rocket.chat in Docker Registry

Sing-Li commented 3 years ago

This is the official image repository ... docker-compose.yml is totally independent of the image; BUT even in our "official image repository" you will see this:

https://github.com/RocketChat/Docker.Official.Image/blob/master/docker-compose.yml

It is a ONE TIME operation that must be performed the first time Rocket.Chat starts.