mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 06:43:47 +08:00
chore: use stacks 3.3.0.0.3
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
envoy:
|
envoy:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: stacks_envoy
|
container_name: stacks_envoy
|
||||||
image: envoyproxy/envoy:v1.36.3
|
image: envoyproxy/envoy:v1.36.4
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
|
command: --base-id 3999 --config-path /etc/envoy/envoy.yaml
|
||||||
volumes:
|
volumes:
|
||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
- ./wait:/wait:ro
|
- ./wait:/wait:ro
|
||||||
stacks-blockchain:
|
stacks-blockchain:
|
||||||
restart: always
|
restart: always
|
||||||
image: bestmike007/stacks-blockchain:3.3.0.0.2
|
image: bestmike007/stacks-blockchain:3.3.0.0.3
|
||||||
container_name: stacks_node
|
container_name: stacks_node
|
||||||
entrypoint: "/wait"
|
entrypoint: "/wait"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ if [ -e postresql ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir postgresql
|
mkdir postgresql
|
||||||
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-latest.dump
|
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-17-latest.dump
|
||||||
|
|
||||||
docker-compose up -d stacks-blockchain-postgres
|
docker-compose up -d stacks-blockchain-postgres
|
||||||
WAIT_HOSTS='127.0.0.1:5432' ./wait
|
WAIT_HOSTS='127.0.0.1:5432' ./wait
|
||||||
|
|||||||
Reference in New Issue
Block a user