parse: update root docker-compose.yml

This commit is contained in:
Sameer Naik 2017-07-05 12:20:33 +05:30
parent a9d6ef6c61
commit 5bf97f0465
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
mongodb:
image: 'bitnami/mongodb:latest'
volumes:
- 'mongodb_data:/bitnami/mongodb'
- 'mongodb_data:/bitnami'
parse:
image: 'bitnami/parse:latest'
labels:
@ -11,7 +11,7 @@ services:
ports:
- '1337:1337'
volumes:
- 'parse_data:/bitnami/parse'
- 'parse_data:/bitnami'
depends_on:
- mongodb
volumes: