fix(added version 6): added version 6 to catalogue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user