add docker-compose for utilities

This commit is contained in:
Davide Alberani 2017-11-26 20:38:15 +01:00
parent 6698276c20
commit 2740ccc280

View file

@ -0,0 +1,7 @@
version: '3'
services:
mongo-dump:
image: "mongo:latest"
command: ["mongodump", "--host", "eventman-mongo", "--out", "/tmp/", "--db", "eventman"]
external_links:
- eventman_eventman-mongo_1:eventman-mongo