1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/rocketchat/docker-compose.yml

16 lines
225 B
YAML
Raw Normal View History

2015-08-26 18:29:37 +02:00
rocketchat:
image: rocket.chat
ports:
- "3000:3000"
links:
- mongo:db
environment:
2018-01-29 16:42:56 +02:00
- ROOT_URL=http://chat.easypi.pro
2015-08-26 18:29:37 +02:00
restart: always
mongo:
image: mongo
ports:
- "27017:27017"
restart: always