chore(0 and 1): added latest and stable tag
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
molgenis:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis:7.0.0-SNAPSHOT
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis:5.2.0
|
||||
ports:
|
||||
- 8080
|
||||
links:
|
||||
@ -7,13 +7,6 @@
|
||||
- elasticsearch
|
||||
volumes_from:
|
||||
- molgenis-data
|
||||
environment:
|
||||
- "db_uri=jdbc:postgresql://postgres/molgenis?reWriteBatchedInserts=true&autosave=CONSERVATIVE"
|
||||
- "db_driver=org.postgresql.Driver"
|
||||
- "db_user=molgenis"
|
||||
- "db_password=molgenis"
|
||||
- "elasticsearch.cluster.name=molgenis"
|
||||
- "elasticsearch.transport.addresses=elasticsearch:9300"
|
||||
labels:
|
||||
io.rancher.sidekicks: molgenis-data
|
||||
io.rancher.container.pull_image: always
|
||||
@ -38,11 +31,6 @@
|
||||
io.rancher.sidekicks: postgres-data
|
||||
io.rancher.scheduler.global: true
|
||||
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:7.0.0-SNAPSHOT
|
||||
ports:
|
||||
- 8004:8004
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:5.5.1
|
||||
environment:
|
||||
@ -59,9 +47,13 @@
|
||||
ports:
|
||||
- 9200:9200
|
||||
- 9300:9300
|
||||
labels:
|
||||
# labels:
|
||||
#io.rancher.sidekicks: elasticsearch-data
|
||||
io.rancher.scheduler.global: true
|
||||
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:5.2.0
|
||||
ports:
|
||||
- 8004:8004
|
||||
|
||||
postgres-data:
|
||||
image: busybox
|
||||
@ -81,5 +73,7 @@
|
||||
# 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:
|
||||
# - /usr/share/elasticsearch/data
|
||||
|
@ -1,6 +1,6 @@
|
||||
.catalog:
|
||||
name: molgenis
|
||||
version: v7.0.0
|
||||
version: v5.2.0
|
||||
description: Molgenis
|
||||
minimum_rancher_version: v1.6.3
|
||||
questions:
|
||||
@ -25,4 +25,4 @@
|
||||
unhealthy_threshold: 3
|
||||
request_line: 'GET / HTTP/1.0'
|
||||
healthy_threshold: 2
|
||||
response_timeout: 5000
|
||||
response_timeout: 5000
|
Reference in New Issue
Block a user