1
0

feat(docker-compose): updated all volumes to local drivers

This commit is contained in:
sido
2018-03-17 22:23:23 +01:00
parent 9334c55e04
commit bb0c6d2597
17 changed files with 292 additions and 197 deletions

View File

@ -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