Basic implementation of the rocket.chat server via docker containers. There are for sure better ways for implementing this in an containeraised way, but it works for me KISS !!!
links to technologies used:
- mongodb:latest
- rocketchat:latest
Created a docker compose file, with specifics for network containers intercommunication and persistant data volume for mongodb
Simple change the environment ROOT_URL variable value in the docker-compose.yml file to the one you would be using.