chore(initial): initial commit
This commit is contained in:
17
templates/molgenis/0/README.md
Normal file
17
templates/molgenis/0/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# MOLGENIS
|
||||
### Flexible software for scientific data
|
||||
#### Process, manage, query, annotate, integrate, analyse, share
|
||||
|
||||
This template creates a MOLGENIS stack on top of Rancher. It creates 3 docker services:
|
||||
|
||||
- MOLGENIS instance
|
||||
- Postgress instance
|
||||
- ElasticSearch instance
|
||||
|
||||
## Usage:
|
||||
|
||||
- Select MOLGENIS from catalog
|
||||
- Enter the name of the replica set
|
||||
- Click deploy
|
||||
|
||||
MOLGENIS can now be accessed over the Rancher network.
|
22
templates/molgenis/0/docker-compose.yml
Normal file
22
templates/molgenis/0/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
app:
|
||||
image: sidohaakma/molgenis-docker:2.0.0
|
||||
ports:
|
||||
- 8081:8080
|
||||
links:
|
||||
- db
|
||||
volumes:
|
||||
- app-data:/opt/molgenis
|
||||
labels:
|
||||
io.rancher.container.create_agent: 'true'
|
||||
io.rancher.scheduler.global: 'true'
|
||||
db:
|
||||
build: ./db
|
||||
expose:
|
||||
- 5432
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
labels:
|
||||
io.rancher.container.create_agent: 'true'
|
||||
volumes:
|
||||
db-data:
|
||||
app-data:
|
5
templates/molgenis/0/rancher-compose.yml
Normal file
5
templates/molgenis/0/rancher-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
.catalog:
|
||||
name: molgenis
|
||||
version: v2.0.0
|
||||
description: Molgenis
|
||||
minimum_rancher_version: v1.6.3
|
Reference in New Issue
Block a user