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.9
This commit is contained in:
@@ -2,14 +2,14 @@ services:
|
||||
envoy:
|
||||
restart: always
|
||||
container_name: stacks_envoy
|
||||
image: envoyproxy/envoy:v1.34.0
|
||||
image: envoyproxy/envoy:v1.34.1
|
||||
network_mode: "host"
|
||||
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
|
||||
volumes:
|
||||
- "$PWD/config/envoy.yaml:/etc/envoy/envoy.yaml:ro"
|
||||
stacks-blockchain-postgres:
|
||||
restart: always
|
||||
image: postgres:15.12
|
||||
image: postgres:15.13
|
||||
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.1.0.0.8
|
||||
image: bestmike007/stacks-blockchain:3.1.0.0.9
|
||||
container_name: stacks_node
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
|
||||
@@ -11,4 +11,4 @@ fi
|
||||
|
||||
mkdir stacks-node
|
||||
cd stacks-node
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.8-latest.tar.gz | tar -zxv
|
||||
curl https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-3.1.0.0.9-latest.tar.gz | tar -zxv
|
||||
|
||||
Reference in New Issue
Block a user