mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 06:43:47 +08:00
chore: use stacks 3.1.0.0.1
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
envoy:
|
||||
restart: always
|
||||
container_name: stacks_envoy
|
||||
image: envoyproxy/envoy:v1.32.1
|
||||
image: envoyproxy/envoy:v1.32.2
|
||||
network_mode: "host"
|
||||
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
|
||||
volumes:
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
stacks-blockchain-api:
|
||||
restart: always
|
||||
image: hirosystems/stacks-blockchain-api:8.2.0
|
||||
image: bestmike007/stacks-blockchain-api:8.3.0
|
||||
container_name: stacks_api
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- ./wait:/wait:ro
|
||||
stacks-blockchain:
|
||||
restart: always
|
||||
image: bestmike007/stacks-blockchain:3.0.0.0.4
|
||||
image: bestmike007/stacks-blockchain:3.1.0.0.1
|
||||
container_name: stacks_node
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
|
||||
@@ -9,6 +9,6 @@ if [ -e stacks-node ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.4-latest.tar.gz | tar -zxv
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.1-latest.tar.gz | tar -zxv
|
||||
mkdir stacks-node
|
||||
mv mainnet stacks-node/
|
||||
|
||||
Reference in New Issue
Block a user