1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
2020-10-09 18:36:04 +08:00
..
fix
2018-01-29 22:52:21 +08:00
2020-10-09 18:36:04 +08:00
2020-09-23 15:54:24 +08:00
2020-09-23 15:54:24 +08:00

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