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