fix(added options): added domain options to catalogue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
molgenis:
|
||||
image: webhost12.service.rug.nl/molgenis/molgenis:6.0.0
|
||||
ports:
|
||||
- 8081:8080
|
||||
- 8080
|
||||
links:
|
||||
- postgres
|
||||
- elasticsearch
|
||||
@@ -9,8 +9,8 @@
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user