Skip to content

Commit c1923f2

Browse files
committed
Fix image and add port forwarding for query server
1 parent a2359e2 commit c1923f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cmd/stellar-rpc/internal/integrationtest/infrastructure/docker/docker-compose.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ services:
1313
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
1414
# This avoids implicit updates which break compatibility between
1515
# the Core container and captive core.
16-
image: ${CORE_IMAGE:-stellar/stellar-core:22.0.0-2138.721fd0a65.focal}
16+
image: ${CORE_IMAGE:-stellar/unsafe-stellar-core:22.1.1-2251.ac9f21ac7.focal-do-not-use-in-prd}
17+
PROTOCOL_23_CORE_DEBIAN_PKG_VERSION:
18+
1719
depends_on:
1820
- core-postgres
1921
environment:
@@ -23,6 +25,8 @@ services:
2325
- "127.0.0.1:0:11625"
2426
# http
2527
- "127.0.0.1:0:11626"
28+
# high-perf http
29+
- "127.0.0.1:0:11628"
2630
# history archive
2731
- "127.0.0.1:0:1570"
2832
entrypoint: /usr/bin/env

cmd/stellar-rpc/internal/integrationtest/infrastructure/docker/stellar-core-integration-tests.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ NETWORK_PASSPHRASE="Standalone Network ; February 2017"
66

77
PEER_PORT=11625
88
HTTP_PORT=11626
9-
HTTP_QUERY_PORT=11628
109
PUBLIC_HTTP_PORT=true
1110

1211
NODE_SEED="SACJC372QBSSKJYTV5A7LWT4NXWHTQO6GHG4QDAVC2XDPX6CNNXFZ4JK"

0 commit comments

Comments
 (0)