feat(docker-compose): updated all volumes to local drivers
This commit is contained in:
@ -43,7 +43,7 @@ services:
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:latest
|
||||
ports:
|
||||
- 8004:8004
|
||||
- 8004
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:5.5.1
|
||||
@ -66,7 +66,9 @@ services:
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
driver: local
|
||||
molgenis-data:
|
||||
driver: local
|
||||
elastic-data:
|
||||
driver: local
|
||||
|
||||
|
Reference in New Issue
Block a user