Skip to content

Commit

Permalink
Fix image and add port forwarding for query server
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jan 28, 2025
1 parent a2359e2 commit c1923f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoids implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-stellar/stellar-core:22.0.0-2138.721fd0a65.focal}
image: ${CORE_IMAGE:-stellar/unsafe-stellar-core:22.1.1-2251.ac9f21ac7.focal-do-not-use-in-prd}
PROTOCOL_23_CORE_DEBIAN_PKG_VERSION:

depends_on:
- core-postgres
environment:
Expand All @@ -23,6 +25,8 @@ services:
- "127.0.0.1:0:11625"
# http
- "127.0.0.1:0:11626"
# high-perf http
- "127.0.0.1:0:11628"
# history archive
- "127.0.0.1:0:1570"
entrypoint: /usr/bin/env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ NETWORK_PASSPHRASE="Standalone Network ; February 2017"

PEER_PORT=11625
HTTP_PORT=11626
HTTP_QUERY_PORT=11628
PUBLIC_HTTP_PORT=true

NODE_SEED="SACJC372QBSSKJYTV5A7LWT4NXWHTQO6GHG4QDAVC2XDPX6CNNXFZ4JK"
Expand Down

0 comments on commit c1923f2

Please sign in to comment.