1
0

refactor(readme and compose): updated readmes and compose files

This commit is contained in:
sido
2018-03-08 17:21:41 +01:00
parent b9388c6a4c
commit c3a4827c83
6 changed files with 25 additions and 28 deletions

View File

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

View File

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