mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 06:43:47 +08:00
chore: use stacks 3.0.0.0.4
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- "$PWD/config/envoy.yaml:/etc/envoy/envoy.yaml:ro"
|
||||
stacks-blockchain-postgres:
|
||||
restart: always
|
||||
image: postgres:15.8
|
||||
image: postgres:15.10
|
||||
container_name: stacks_postgres
|
||||
command: postgres -c 'max_connections=1000'
|
||||
shm_size: 2gb
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- ./wait:/wait:ro
|
||||
stacks-blockchain:
|
||||
restart: always
|
||||
image: bestmike007/stacks-blockchain:3.0.0.0.2
|
||||
image: bestmike007/stacks-blockchain:3.0.0.0.4
|
||||
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.2-latest.tar.gz | tar -zxv
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.0.0.0.4-latest.tar.gz | tar -zxv
|
||||
mkdir stacks-node
|
||||
mv mainnet stacks-node/
|
||||
|
||||
Reference in New Issue
Block a user