Skip to content

Commit

Permalink
revert: dockerfile overrides and override via docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jan 6, 2025
1 parent 1b381c6 commit 962cf35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ services:
image: ghcr.io/celestiaorg/celestia-zkevm-ibc-demo/celestia-prover:latest
container_name: celestia-prover
environment:
# In this demo, connect the Celestia prover to SimApp which is acting as a
# substitute for Celestia with IBC Eurekea enabled.
- RPC_URL=http://reth:8545
# TENDERMINT_RPC_URL should be the SimApp which is acting as a substitute
# for Celestia (with IBC Eurekea enabled).
- TENDERMINT_RPC_URL=http://simapp-validator:26657
ports:
- "50051:50051"
Expand Down
4 changes: 2 additions & 2 deletions docker/celestia_prover.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ WORKDIR /home/prover
COPY --from=builder /celestia_zkevm_ibc_demo/provers/celestia-prover/proto_descriptor.bin .

# Default environment variables that can be overridden
ENV TENDERMINT_RPC_URL=http://celestia-network-validator:26657
ENV RPC_URL=http://reth:8545
ENV TENDERMINT_RPC_URL=http://localhost:5123
ENV RPC_URL=http://localhost:8545
ENV CONTRACT_ADDRESS=0x2854CFaC53FCaB6C95E28de8C91B96a31f0af8DD
ENV PROVER_PORT=50051

Expand Down

0 comments on commit 962cf35

Please sign in to comment.