feat(docker-compose): updated all volumes to local drivers
This commit is contained in:
@ -2,15 +2,20 @@
|
||||
Flexible software for scientific data
|
||||
|
||||
## Rancher configuration
|
||||
This template creates a MOLGENIS stack on top of Rancher. It creates 3 docker services:
|
||||
These templates can create a range of MOLGENIS stacks on top of Rancher. The latests and stable release serves 4 docker services:
|
||||
|
||||
- MOLGENIS
|
||||
- MOLGENIS-OpenCPU
|
||||
- Postgress
|
||||
- ElasticSearch
|
||||
|
||||
## Usage
|
||||
- Select MOLGENIS from catalog
|
||||
- The stack-name must not be altered (this is hardcoded in de docker-compose file)
|
||||
- Fill in the questions in the template area
|
||||
- Click *Launch*
|
||||
|
||||
MOLGENIS can now be accessed over the Rancher network.
|
||||
MOLGENIS can now be accessed over the Rancher network on the domains you specified.
|
||||
|
||||
## Loadbalancers
|
||||
You can check lb.molgenis.org to check the availabity of the stack.
|
||||
|
||||
|
@ -43,7 +43,7 @@ services:
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
|
||||
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