Skip to content

Commit

Permalink
Merge pull request #86 from rollkit/tux/fix-gateway
Browse files Browse the repository at this point in the history
docker: expose gateway, rpc ports
  • Loading branch information
tuxcanfly authored Jan 9, 2024
2 parents 0dd21fb + d270898 commit c696751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/celestiaorg/celestia-app:v1.6.0 AS celestia-app

FROM ghcr.io/rollkit/celestia-da:49633a0
FROM ghcr.io/rollkit/celestia-da:v0.12.1-rc3

USER root

Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ celestia-da bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
--keyring.accname validator \
--gateway.addr 0.0.0.0 \
--rpc.addr 0.0.0.0 \
--da.grpc.namespace "$CELESTIA_NAMESPACE" \
--da.grpc.listen "0.0.0.0:26650"

0 comments on commit c696751

Please sign in to comment.