Skip to content

Commit f330d53

Browse files
committed
just start-all works now
1 parent 2e0d3da commit f330d53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,14 @@ services:
9898
# └─────────────────────┴──────────────────────────────────┴─────────────────────────────────────┘
9999

100100
node-reth-execution:
101-
image: node-reth:latest
101+
image: ghcr.io/base/node-reth:latest
102102
container_name: tips-node-reth-execution
103103
volumes:
104104
- ~/.playground/devnet/jwtsecret:/data/jwtsecret:ro
105105
- ~/.playground/devnet/rollup.json:/data/rollup.json:ro
106106
- ~/.playground/devnet/l2-genesis.json:/data/l2-genesis.json:ro
107107
- ~/.playground/devnet:/playground
108+
entrypoint: ["/app/base-reth-node"]
108109
command:
109110
- node
110111
- --datadir
@@ -127,6 +128,8 @@ services:
127128
- .env.docker
128129
environment:
129130
PLAYGROUND_DIR: /playground
131+
RETH_CHAIN: /data/l2-genesis.json
132+
NODE_TYPE: base
130133
restart: unless-stopped
131134
healthcheck:
132135
test: ["CMD-SHELL", "curl -sf http://localhost:8545 -X POST -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}' || exit 1"]

0 commit comments

Comments
 (0)