1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/rocketchat
2020-09-23 15:54:24 +08:00
..
arm fix 2018-01-29 22:52:21 +08:00
docker-compose.yml add jenkins/inbound-agent 2020-09-23 15:54:24 +08:00
nginx.conf add jenkins/inbound-agent 2020-09-23 15:54:24 +08:00
README.md add jenkins/inbound-agent 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