Skip to content

Commit 24cc5ec

Browse files
update docker compose apps
1 parent 900b3cf commit 24cc5ec

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

apps/evm/single/docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: "3.8"
22

33
services:
4-
reth:
5-
container_name: reth
4+
rollkit-reth:
5+
container_name: rollkit-reth
66
restart: unless-stopped
7-
image: ghcr.io/paradigmxyz/reth:v1.4.6
7+
image: ghcr.io/rollkit/rollkit-reth:v0.1.1
88
ports:
99
- "9001:9001" # metrics
1010
- "30303:30303" # eth/66 peering
@@ -18,7 +18,7 @@ services:
1818
entrypoint: /bin/sh -c
1919
command:
2020
- |
21-
reth node \
21+
rollkit-reth node \
2222
--chain /root/chain/genesis.json \
2323
--metrics 0.0.0.0:9001 \
2424
--log.file.directory /root/logs \
@@ -50,20 +50,20 @@ services:
5050
- rollkit-network
5151

5252
rollkit-evm-single:
53-
image: ghcr.io/rollkit/rollkit-evm-single:v0.1.5
53+
image: ghcr.io/rollkit/rollkit-evm-single:v0.1.6
5454
depends_on:
55-
reth:
55+
rollkit-reth:
5656
condition: service_started
5757
local-da:
5858
condition: service_started
5959
volumes:
6060
- evm-single-data:/data
6161
entrypoint: /usr/bin/entrypoint.sh
6262
environment:
63-
- EVM_ENGINE_URL=http://reth:8551
64-
- EVM_ETH_URL=http://reth:8545
63+
- EVM_ENGINE_URL=http://rollkit-reth:8551
64+
- EVM_ETH_URL=http://rollkit-reth:8545
6565
- EVM_JWT_SECRET=f747494bb0fb338a0d71f5f9fe5b5034c17cc988c229b59fd71e005ee692e9bf
66-
- EVM_GENESIS_HASH=0x593cca87d359c3d0fdc9b67a43f92e1c8eb0da113620225f476eee31a3920e46
66+
- EVM_GENESIS_HASH=0x2b8bbb1ea1e04f9c9809b4b278a8687806edc061a356c7dbc491930d8e922503
6767
- EVM_BLOCK_TIME=1s
6868
- EVM_SIGNER_PASSPHRASE=secret
6969
- DA_ADDRESS=http://local-da:7980 # http://localhost:26658 (Use if not using local-da)

0 commit comments

Comments
 (0)