1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/rocketchat
2023-10-10 11:23:49 +08:00
..
arm update rocketchat 2021-02-01 15:38:31 +08:00
docker-compose.yml update RocketChat 2023-10-10 11:23:49 +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