Skip to content

Instantly share code, notes, and snippets.

@diegodorgam
diegodorgam / docker-compose.yml
Created April 8, 2017 15:22
Rocket.Chat docker-compose.yml with hubot
version: '2'
services:
mongo:
image: mongo:3.2
hostname: 'mongo'
volumes:
- ./db/data:/data/db
- ./db/dump:/dump
command: mongod --smallfiles --oplogSize 128 --replSet rs0