Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
/ chat Public archive
generated from freeCodeCamp/template

freeCodeCamp.org's official community chat rooms

License

Notifications You must be signed in to change notification settings

freeCodeCamp/chat

Usage:

  1. Create a .env

    MONGO_URL=mongodb://urlforthedatabase:27017/rocketchat
    MONGO_OPLOG_URL=mongodb://urlforthedatabase:27017/local
    
    INSTANCE_IP=<ip of the local instance>
  2. Replace the keys with required values

  3. 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.