Skip to content

Instantly share code, notes, and snippets.

@jonstacks
Created November 11, 2015 04:47
Show Gist options
  • Save jonstacks/4fe612115daaf0f2e27e to your computer and use it in GitHub Desktop.
Save jonstacks/4fe612115daaf0f2e27e to your computer and use it in GitHub Desktop.
Docker Compose file for Rocket.Chat
db:
image: mongo
command: mongod --smallfiles
rocketchat:
image: rocketchat/rocket.chat
links:
- db
ports:
- 80:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment