Created
November 13, 2015 13:17
-
-
Save manuelleduc/e8753e1132ac81cf32f8 to your computer and use it in GitHub Desktop.
Docker compose Rocket.Chat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db: | |
image: mongo | |
command: "--smallfiles" | |
rocketchat: | |
image: library/rocket.chat | |
ports: | |
- 8048:3000 | |
environment: | |
ROOT_URL: http://localhost:8048 | |
links: | |
- db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment