2023-09-15 14:27:38 +00:00
|
|
|
# Environment variables for compose.yml file config.
|
|
|
|
DOCKER_COMPOSE_LIBP2P_REPLICAS=1
|
|
|
|
DOCKER_COMPOSE_LIBP2P_NODE_KEY_MASK=2000000000000000000000000000000000000000000000000000000000000000
|
2023-10-30 08:38:57 +00:00
|
|
|
DOCKER_COMPOSE_SUPER_MAJORITY_THRESHOLD=1
|
2023-09-15 14:27:38 +00:00
|
|
|
DOCKER_COMPOSE_ETCDCTL_ENDPOINTS=etcd:2379
|
|
|
|
DOCKER_COMPOSE_ETCDCTL_API=3
|
|
|
|
DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY=1000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
DOCKER_COMPOSE_OVERLAY_NODES=$DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY
|
2024-03-12 06:47:35 +00:00
|
|
|
DOCKER_COMPOSE_NET_INITIAL_PEERS=/dns/bootstrap/udp/3000/quic-v1
|