update mongo storage driver

work in progress
This commit is contained in:
Radu Ioan Fericean
2015-10-07 17:47:38 +03:00
parent f458cc665f
commit 3e3008d975
4 changed files with 723 additions and 58 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
docker run --rm -p 3306:3306 -p 6379:6379 -p 2012:2012 -p 2013:2013 -p 2080:2080 -itv `pwd`:/root/code/src/github.com/cgrates/cgrates --name cgr cgrates
docker run --rm -p 3306:3306 -p 6379:6379 -p 2012:2012 -p 2013:2013 -p 2080:2080 -p 27017:27017 -itv `pwd`:/root/code/src/github.com/cgrates/cgrates --name cgr cgrates