community-catalog/templates/kibana/0/docker-compose.yml
2016-03-21 05:19:37 -07:00

34 lines
837 B
YAML

kibana-vip:
ports:
- 80:80
restart: always
tty: true
image: rancher/load-balancer-service
links:
- nginx-proxy:kibana4
stdin_open: true
nginx-proxy-conf:
image: rancher/nginx-conf:v0.2.0
command: "-backend=rancher --prefix=/2015-07-25"
labels:
io.rancher.container.hostname_override: container_name
nginx-proxy:
image: rancher/nginx:v1.9.4-3
volumes_from:
- nginx-proxy-conf
labels:
io.rancher.container.hostname_override: container_name
io.rancher.sidekicks: nginx-proxy-conf,kibana4
external_links:
- ${elasticsearch_source}:elasticsearch
kibana4:
restart: always
tty: true
image: kibana:4.1.1
net: "container:nginx-proxy"
stdin_open: true
environment:
ELASTICSEARCH_URL: "http://elasticsearch:9200"
labels:
io.rancher.container.hostname_override: container_name