* 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
19 lines
396 B
YAML
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'
|