Commit 4c06a03e authored by Mahmoud Zalt's avatar Mahmoud Zalt

get mongo volum from the data container

parent 1cb131ba
......@@ -33,6 +33,7 @@ services:
- /var/lib/redis
- /var/lib/memcached
- /var/lib/neo4j/data
- /var/lib/mongo:/data/db
### Nginx Server Container ##################################
......@@ -101,6 +102,15 @@ services:
volumes_from:
- data
### MongoDB Container #######################################
mongo:
build: ./mongo
ports:
- "27017:27017"
volumes_from:
- data
### Redis Container #########################################
redis:
......@@ -139,13 +149,6 @@ services:
- "2080:2080"
links:
- beanstalkd
### Mongo Container ############################
mongo:
build: ./mongo
ports:
- "27017:27017"
### Workspace Utilities Container ###########################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment