You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Giles Bradshaw 85224e1f0c chore(release): 0.0.5 пре 2 година
.drone Squashed commit of the following: пре 2 година
git-hooks ci: built with library пре 2 година
.gitignore Squashed commit of the following: пре 2 година
.versionrc ci: built with library пре 2 година
CHANGELOG.md chore(release): 0.0.5 пре 2 година
README.md Squashed commit of the following: пре 2 година
docker-compose.yml Squashed commit of the following: пре 2 година
package.json chore(release): 0.0.5 пре 2 година
renovate.json Add renovate.json пре 2 година
yarn.lock ci: built with library пре 2 година

README.md

chat

secrets

  • chat-admin-name
  • chat-admin-password
  • git-domain
  • local-docker-registry
  • registry-password

initialise mongo

https://docs.rocket.chat/installation/manual-installation/mongo-replicas

docker exec -it [mongo container id] mongo
rs.initiate()

scale chat

docker service scale chat_chat=1