2015-08-26 18:29:37 +02:00
|
|
|
rocketchat:
|
|
|
|
image: rocket.chat
|
|
|
|
ports:
|
|
|
|
- "3000:3000"
|
|
|
|
environment:
|
2018-01-29 16:42:56 +02:00
|
|
|
- ROOT_URL=http://chat.easypi.pro
|
2018-01-29 16:47:05 +02:00
|
|
|
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
|
2021-02-01 09:38:31 +02:00
|
|
|
restart: unless-stopped
|