refactor(readme and compose): updated readmes and compose files
This commit is contained in:
@ -1,16 +1,15 @@
|
||||
# MOLGENIS
|
||||
**Flexible software for scientific data**
|
||||
|
||||
Flexible software for scientific data
|
||||
|
||||
## Rancher configuration
|
||||
This template creates a MOLGENIS stack on top of Rancher. It creates 3 docker services:
|
||||
|
||||
- MOLGENIS
|
||||
- Elasticsearch is packaged with MOLGENIS
|
||||
- Postgress
|
||||
|
||||
**Usage:**
|
||||
|
||||
|
||||
## Usage
|
||||
- Select MOLGENIS from catalog
|
||||
- The stack-name must not be altered (this is hardcoded in de docker-compose file)
|
||||
- Click *Launch*
|
||||
|
@ -9,8 +9,7 @@ app:
|
||||
labels:
|
||||
io.rancher.sidekicks: molgenis-data
|
||||
io.rancher.scheduler.global: true
|
||||
io.rancher.scheduler.affinity:host_label: type=molgenis
|
||||
io.rancher.scheduler.affinity:container_label: io.rancher.stack.name=molgenis
|
||||
|
||||
db:
|
||||
image: postgres:9.6-alpine
|
||||
environment:
|
||||
@ -24,22 +23,16 @@ app:
|
||||
labels:
|
||||
io.rancher.sidekicks: postgres-data
|
||||
io.rancher.scheduler.global: true
|
||||
io.rancher.scheduler.affinity:host_label: type=molgenis
|
||||
io.rancher.scheduler.affinity:container_label: io.rancher.stack.name=molgenis
|
||||
|
||||
postgres-data:
|
||||
image: busybox
|
||||
labels:
|
||||
io.rancher.container.start_once: true
|
||||
io.rancher.scheduler.affinity:host_label: type=molgenis
|
||||
io.rancher.scheduler.affinity:container_label: io.rancher.stack.name=molgenis
|
||||
volumes:
|
||||
- /var/lib/postgresql/data/pgdata
|
||||
molgenis-data:
|
||||
image: busybox
|
||||
labels:
|
||||
io.rancher.container.start_once: true
|
||||
io.rancher.scheduler.affinity:host_label: type=molgenis
|
||||
io.rancher.scheduler.affinity:container_label: io.rancher.stack.name=molgenis
|
||||
volumes:
|
||||
- /opt/molgenis
|
Reference in New Issue
Block a user