community-catalog/templates/etcd-ha/4/docker-compose.yml
James Oliver d36a0b65cb Etcd v2.3.7 (#224)
* baseline

* proxy health check with wait period, DR fix, upgrade to 2.3.7

* update readme

* latest image, add notes for stale metadata race condition

* bundle proxy, latest image fixes
2016-08-03 15:32:40 -07:00

19 lines
396 B
YAML

etcd:
image: rancher/etcd:v2.3.7-6
labels:
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.sidekicks: data
environment:
RANCHER_DEBUG: '${DEBUG}'
volumes_from:
- data
data:
image: busybox
command: /bin/true
net: none
volumes:
- /data
labels:
io.rancher.container.start_once: 'true'