Skip to content

Commit

Permalink
expose prometheus port on Dockerfile (#937)
Browse files Browse the repository at this point in the history
* expose prometheus port on Dockerfile

* update port
  • Loading branch information
apoorvsadana authored Apr 9, 2024
1 parent 063d77f commit 0e05b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/rpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ COPY --chmod=111 --from=builder /app/target/release/kakarot-rpc /usr/local/bin
EXPOSE 9545
EXPOSE 3030

# Expose prometheus endpoint
EXPOSE 9615

# this is required to have exposing ports work from docker, the default is not this.
ENV KAKAROT_RPC_URL="0.0.0.0:3030"

Expand Down

0 comments on commit 0e05b3f

Please sign in to comment.