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

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

View File

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