chore: stacks core 3.2.0.0.2 & api 8.13.2

This commit is contained in:
mhatal
2025-10-29 10:20:24 -05:00
parent 75534dab9c
commit 32f7e2f5f0

View File

@@ -2,14 +2,14 @@ services:
envoy:
restart: always
container_name: stacks_envoy
image: envoyproxy/envoy:v1.35.3
image: envoyproxy/envoy:v1.36.2
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:17-bookworm
image: postgres:18-trixie
container_name: stacks_postgres
command: postgres -c 'max_connections=1000'
shm_size: 2gb
@@ -20,11 +20,10 @@ services:
POSTGRES_DB: stacks_blockchain_api
volumes:
- ./postgresql:/var/lib/postgresql
- ./postgresql/data:/var/lib/postgresql/data
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
stacks-blockchain-api:
restart: always
image: bestmike007/stacks-blockchain-api:8.13.0
image: bestmike007/stacks-blockchain-api:8.13.2
container_name: stacks_api
entrypoint: "/wait"
network_mode: host
@@ -51,7 +50,7 @@ services:
- ./wait:/wait:ro
stacks-blockchain:
restart: always
image: bestmike007/stacks-blockchain:3.2.0.0.1
image: bestmike007/stacks-blockchain:3.2.0.0.2
container_name: stacks_node
entrypoint: "/wait"
network_mode: host