mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
9 lines
193 B
YAML
9 lines
193 B
YAML
rocketchat:
|
|
image: rocket.chat
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- ROOT_URL=http://chat.easypi.pro
|
|
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
|
|
restart: unless-stopped
|