Usage:
-
Create a .env
MONGO_URL=mongodb://urlforthedatabase:27017/rocketchat MONGO_OPLOG_URL=mongodb://urlforthedatabase:27017/local INSTANCE_IP=<ip of the local instance>
-
Replace the keys with required values
-
Run rocket-chat server
docker-compose config docker-compose up -d
Updating:
We receive updates to the Rocket.Chat Docker images via renovate
bot. Once an update PR is merged, run the ansible-playbook in the housekeeping repo to deploy fresh containers.