mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02:00
10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
ETCD_NAME=pi2
|
|
ETCD_DATA_DIR=/var/lib/etcd
|
|
ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379
|
|
ETCD_ADVERTISE_CLIENT_URLS=http://192.168.1.229:2379
|
|
ETCD_LISTEN_PEER_URLS=http://0.0.0.0:2380
|
|
ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.168.1.229:2380
|
|
ETCD_INITIAL_CLUSTER_TOKEN=pi-cluster
|
|
ETCD_INITIAL_CLUSTER=pi0=http://192.168.1.228:2380,pi1=http://192.168.1.207:2380,pi2=http://192.168.1.229:2380
|
|
ETCD_INITIAL_CLUSTER_STATE=new
|