Etcd v2.3.6-4 (#219)
* baseline * resiliency fixes, documentation * code review changes
This commit is contained in:
committed by
Bill Maxwell
parent
5760885b87
commit
2c8b6716d1
@@ -0,0 +1,22 @@
|
||||
etcd:
|
||||
image: rancher/etcd:v2.3.6-4
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
|
||||
io.rancher.sidekicks: data
|
||||
environment:
|
||||
ETCD_DATA_DIR: /data
|
||||
ETCDCTL_ENDPOINT: http://etcd:2379
|
||||
RANCHER_DEBUG: '${DEBUG}'
|
||||
links:
|
||||
- data
|
||||
volumes_from:
|
||||
- data
|
||||
|
||||
data:
|
||||
image: busybox
|
||||
command: /bin/true
|
||||
net: none
|
||||
volumes:
|
||||
- /data
|
||||
labels:
|
||||
io.rancher.container.start_once: 'true'
|
||||
Reference in New Issue
Block a user