Iet uz failu
Giles Bradshaw 85224e1f0c
continuous-integration/drone/push Build is passing Papildu informācija
chore(release): 0.0.5
2020-08-28 21:46:13 +01:00
.drone Squashed commit of the following: 2020-08-28 21:45:23 +01:00
git-hooks ci: built with library 2020-08-19 23:23:00 +01:00
.gitignore Squashed commit of the following: 2020-08-28 21:45:23 +01:00
.versionrc ci: built with library 2020-08-19 23:23:00 +01:00
CHANGELOG.md chore(release): 0.0.5 2020-08-28 21:46:13 +01:00
README.md Squashed commit of the following: 2020-08-28 21:45:23 +01:00
docker-compose.yml Squashed commit of the following: 2020-08-28 21:45:23 +01:00
package.json chore(release): 0.0.5 2020-08-28 21:46:13 +01:00
renovate.json Add renovate.json 2020-08-27 14:28:02 +00:00
yarn.lock ci: built with library 2020-08-19 23:23:00 +01:00

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