Skip to content

Commit

Permalink
ports
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Jun 2, 2024
1 parent cf72bb5 commit 55e8a49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions cmd/lavad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ COPY --from=builder /lava/build/lavad /bin/lavad
ENV HOME /lava
WORKDIR $HOME

# lava api
EXPOSE 1317
# rosetta
EXPOSE 8080
# grpc
EXPOSE 9090
# tendermint p2p
EXPOSE 26656
# tendermint rpc
EXPOSE 26657
EXPOSE 1317
# Note: uncomment the line below if you need pprof in locallava
# We disable it by default in out main Dockerfile for security reasons
# EXPOSE 6060

ENTRYPOINT ["lavad"]
12 changes: 8 additions & 4 deletions cmd/lavap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ COPY --from=builder /lava/build/lavap /bin/lavap
ENV HOME /lava
WORKDIR $HOME

# lava api
EXPOSE 1317
# rosetta
EXPOSE 8080
# grpc
EXPOSE 9090
# tendermint p2p
EXPOSE 26656
# tendermint rpc
EXPOSE 26657
EXPOSE 1317
# Note: uncomment the line below if you need pprof in locallava
# We disable it by default in out main Dockerfile for security reasons
# EXPOSE 6060

ENTRYPOINT ["lavap"]

0 comments on commit 55e8a49

Please sign in to comment.