1
0

fix(added version 6): added version 6 to catalogue

This commit is contained in:
sido
2018-03-09 08:03:13 +01:00
parent 614e32990c
commit 3fb94926a2
5 changed files with 113 additions and 27 deletions

View File

@ -1,7 +1,7 @@
molgenis:
image: webhost12.service.rug.nl/molgenis/molgenis:5.2.0
ports:
- 8081:8080
- 8080
links:
- postgres
- elasticsearch
@ -9,8 +9,11 @@
- molgenis-data
labels:
io.rancher.sidekicks: molgenis-data
io.rancher.scheduler.global: true
io.rancher.container.pull_image: always
io.rancher.scheduler.global: true
traefik.frontend.rule: Host:${DOMAINS}
traefik.enable: true
traefik.port: 8080
postgres:
image: postgres:9.6-alpine
@ -43,18 +46,8 @@
ports:
- 9200:9200
- 9300:9300
labels:
#io.rancher.sidekicks: elasticsearch-data
io.rancher.scheduler.global: true
# loadbalancer:
# image: rancher/lb-service-haproxy:v0.7.5
# ports:
# - 80
# labels:
# io.rancher.scheduler.global: true
# io.rancher.scheduler.affinity:host_label: type=molgenis
# io.rancher.scheduler.affinity:container_label: io.rancher.stack.name=molgenis
#io.rancher.sidekicks: elasticsearch-data
postgres-data:
image: busybox

View File

@ -2,17 +2,4 @@
name: molgenis
version: v5.2.0
description: Molgenis
minimum_rancher_version: v1.6.3
#loadbalancer:
# scale: 1
# lb_config:
# port_rules:
# - source_port: 80
# target_port: 8081
# service: molgenis
# health_check:
# port: 42
# interval: 2000
# unhealthy_threshold: 3
# healthy_threshold: 2
# response_timeout: 2000
minimum_rancher_version: v1.6.3