Skip to content

Commit 0398229

Browse files
Merge pull request #16 from wileyj/chore/static-ip
use static ip's for bootstrap config
2 parents 94b8d2a + 115e62d commit 0398229

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker/chainstate.tar.zstd

139 KB
Binary file not shown.

docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ x-stacks-node: &stacks-node
137137
STACKS_LOG_JSON: *STACKS_LOG_JSON
138138
STACKS_LOG_DEBUG: *STACKS_LOG_DEBUG
139139
STACKS_LOG_FORMAT_TIME: *STACKS_LOG_FORMAT_TIME
140-
BOOTSTRAP_NODE: "0383bca67d28fce336ea7c2fc1120ecc63fbe55e89251e20587c2eb877f971e56b@stacks-miner-1:20444,037f705fffab4de974d10563828ee3bf0c3e2e4f318f9ae670b8374a7b890195a2@stacks-miner-2:20444,03180a98f60f943f1594adec7cd39d639a0cc5109a33219c268c796d55096fe66b@stacks-miner-3:20444"
140+
# Use static IP's defined above for the bootstrap nodes in case one or more miners are stopped/crashed and docker removes the DNS entry
141+
BOOTSTRAP_NODE: "0383bca67d28fce336ea7c2fc1120ecc63fbe55e89251e20587c2eb877f971e56b@10.0.0.101:20444,037f705fffab4de974d10563828ee3bf0c3e2e4f318f9ae670b8374a7b890195a2@10.0.0.102:20444,03180a98f60f943f1594adec7cd39d639a0cc5109a33219c268c796d55096fe66b@10.0.0.103:20444"
141142
networks:
142143
- default
143144
entrypoint:

0 commit comments

Comments
 (0)