Skip to content

Instantly share code, notes, and snippets.

@manuelleduc
Created November 13, 2015 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelleduc/e8753e1132ac81cf32f8 to your computer and use it in GitHub Desktop.
Save manuelleduc/e8753e1132ac81cf32f8 to your computer and use it in GitHub Desktop.
Docker compose Rocket.Chat
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