25개 이상의 토픽을 선택하실 수 없습니다. 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