File tree 2 files changed +5
-2
lines changed
cmd/stellar-rpc/internal/integrationtest/infrastructure/docker
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ services:
13
13
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
14
14
# This avoids implicit updates which break compatibility between
15
15
# 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
+
17
19
depends_on :
18
20
- core-postgres
19
21
environment :
@@ -23,6 +25,8 @@ services:
23
25
- " 127.0.0.1:0:11625"
24
26
# http
25
27
- " 127.0.0.1:0:11626"
28
+ # high-perf http
29
+ - " 127.0.0.1:0:11628"
26
30
# history archive
27
31
- " 127.0.0.1:0:1570"
28
32
entrypoint : /usr/bin/env
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ NETWORK_PASSPHRASE="Standalone Network ; February 2017"
6
6
7
7
PEER_PORT =11625
8
8
HTTP_PORT =11626
9
- HTTP_QUERY_PORT =11628
10
9
PUBLIC_HTTP_PORT =true
11
10
12
11
NODE_SEED =" SACJC372QBSSKJYTV5A7LWT4NXWHTQO6GHG4QDAVC2XDPX6CNNXFZ4JK"
You can’t perform that action at this time.
0 commit comments