add docker-compose for utilities
This commit is contained in:
parent
6698276c20
commit
2740ccc280
1 changed files with 7 additions and 0 deletions
7
docker-compose-mongo-cmd.yml
Normal file
7
docker-compose-mongo-cmd.yml
Normal 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
|
Loading…
Reference in a new issue