1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/rocketchat/arm/docker-compose.yml

9 lines
185 B
YAML
Raw Normal View History

2015-08-26 16:29:37 +00:00
rocketchat:
image: rocket.chat
ports:
- "3000:3000"
environment:
2018-01-29 14:42:56 +00:00
- ROOT_URL=http://chat.easypi.pro
2018-01-29 14:47:05 +00:00
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
2015-08-26 16:29:37 +00:00
restart: always