Skip to content
Snippets Groups Projects
Commit 87172d20 authored by Mike's avatar Mike
Browse files

add docker-compose.yml

parent 1f652f72
No related branches found
No related tags found
No related merge requests found
rocketchat:
image: rocketchat/rocket.chat
environment:
- MONGO_URL=mongodb://mongodb/rocketchat
- ROOT_URL=http://localhost:80
links:
- mongodb
ports:
- 80:80
mongodb:
image: mongo
ports:
- 27017
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment