parse: update root docker-compose.yml
This commit is contained in:
parent
a9d6ef6c61
commit
5bf97f0465
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue