Skip to content

Commit

Permalink
docker: expose gateway, rpc ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 5, 2024
1 parent 0dd21fb commit d270898
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 d270898

Please sign in to comment.