Drastically reduces mongo container size

Change-Id: I2834ea33c39c3c685d131b029c5b59a24761eeec
This commit is contained in:
Frédéric Vachon 2015-04-21 17:01:21 -04:00
parent 51376bc922
commit 4c4eda9ee7

View File

@ -21,6 +21,8 @@ mongo:
image: mongo:2.6
ports:
- "27017:27017"
command:
"mongod --smallfiles"
influxdb:
image: savoirfairelinux/influxdb