Skip to content

Commit 87172d2

Browse files
author
Mike
committed
add docker-compose.yml
1 parent 1f652f7 commit 87172d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docker-compose.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rocketchat:
2+
image: rocketchat/rocket.chat
3+
environment:
4+
- MONGO_URL=mongodb://mongodb/rocketchat
5+
- ROOT_URL=http://localhost:80
6+
links:
7+
- mongodb
8+
ports:
9+
- 80:80
10+
11+
mongodb:
12+
image: mongo
13+
ports:
14+
- 27017

0 commit comments

Comments
 (0)