Skip to content

Commit

Permalink
Add cometbft-addr to docker-compose.yml
Browse files Browse the repository at this point in the history
pd-node have to know correct address JSON-RPC of cometbft node to work correctly
gRPC request to 8080 will fail if pd can't send request to cometbft node RPC port

Signed-off-by: AlbaRossa <[email protected]>
  • Loading branch information
AlbaRossa authored and conorsch committed Feb 13, 2024
1 parent b594006 commit cbf9a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
command: >-
/bin/pd start --home /pd/testnet_data/node0/pd
--grpc-bind 0.0.0.0:8080 --abci-bind 0.0.0.0:26658
--cometbft-addr http://cometbft-node0:26657
restart: on-failure
volumes:
- penumbra-pd-node0:/pd
Expand Down

0 comments on commit cbf9a00

Please sign in to comment.