mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
arm | ||
docker-compose.yml | ||
nginx.conf | ||
README.md |
Rocket.Chat
Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.
up and running
$ docker-compose up -d mongo
$ docker-compose exec mongo mongo
>>> rs.initiate({_id: 'rs0', members: [{_id: 0, host: 'localhost:27017'}]})
>>> exit
$ docker-compose up -d rocketchat
$ curl http://127.0.0.1:3000