mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 06:43:47 +08:00
chore: use stacks api 7.13.0
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
envoy:
|
||||
restart: always
|
||||
container_name: stacks_envoy
|
||||
image: envoyproxy/envoy:v1.30.4
|
||||
image: envoyproxy/envoy:v1.31.0
|
||||
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: bestmike007/stacks-blockchain-api:7.12.0
|
||||
image: bestmike007/stacks-blockchain-api:7.13.0
|
||||
container_name: stacks_api
|
||||
entrypoint: "/wait"
|
||||
network_mode: host
|
||||
|
||||
@@ -10,7 +10,7 @@ if [ -e postresql ]; then
|
||||
fi
|
||||
|
||||
mkdir postgresql
|
||||
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-7.12.0-latest.dump
|
||||
curl -o postgresql/latest.dump https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-7.13.0-latest.dump
|
||||
|
||||
docker-compose up -d stacks-blockchain-postgres
|
||||
WAIT_HOSTS='127.0.0.1:5432' ./wait
|
||||
|
||||
Reference in New Issue
Block a user