Update docker-compose.yml
This commit is contained in:
parent
c8532751ce
commit
1e1f9ecb39
@ -64,7 +64,6 @@ services:
|
|||||||
OP_NODE_OVERRIDE_GRANITE: "1730106000"
|
OP_NODE_OVERRIDE_GRANITE: "1730106000"
|
||||||
OP_NODE_OVERRIDE_HOLOCENE: "1734685200"
|
OP_NODE_OVERRIDE_HOLOCENE: "1734685200"
|
||||||
ROLLUP_CONFIG: "/config/minato-rollup.json"
|
ROLLUP_CONFIG: "/config/minato-rollup.json"
|
||||||
SYNC_MODE: "execution-layer"
|
|
||||||
command: >
|
command: >
|
||||||
op-node --l1=${L1_URL} --l2=${L2_URL} --rpc.addr=${RPC_ADDR} --rpc.port=${RPC_PORT}
|
op-node --l1=${L1_URL} --l2=${L2_URL} --rpc.addr=${RPC_ADDR} --rpc.port=${RPC_PORT}
|
||||||
--l2.jwt-secret=${L2_JWT_SECRET} --l1.trustrpc=${L1_TRUST_RPC} --l1.beacon=${L1_BEACON}
|
--l2.jwt-secret=${L2_JWT_SECRET} --l1.trustrpc=${L1_TRUST_RPC} --l1.beacon=${L1_BEACON}
|
||||||
@ -74,9 +73,11 @@ services:
|
|||||||
--p2p.ban.peers=${OP_NODE_P2P_PEER_BANNING} --p2p.advertise.ip=${P2P_ADVERTISE_IP}
|
--p2p.ban.peers=${OP_NODE_P2P_PEER_BANNING} --p2p.advertise.ip=${P2P_ADVERTISE_IP}
|
||||||
--metrics.port=${METRICS_PORT} --override.fjord=${OP_NODE_OVERRIDE_FJORD}
|
--metrics.port=${METRICS_PORT} --override.fjord=${OP_NODE_OVERRIDE_FJORD}
|
||||||
--override.granite=${OP_NODE_OVERRIDE_GRANITE} --override.holocene=${OP_NODE_OVERRIDE_HOLOCENE}
|
--override.granite=${OP_NODE_OVERRIDE_GRANITE} --override.holocene=${OP_NODE_OVERRIDE_HOLOCENE}
|
||||||
--rollup.config=${ROLLUP_CONFIG} --syncmode=${SYNC_MODE}
|
--rollup.config=${ROLLUP_CONFIG}
|
||||||
ports:
|
ports:
|
||||||
- "9545:9545"
|
- "9545:9545"
|
||||||
|
- "30303:30303/udp"
|
||||||
|
- "30303:30303/tcp"
|
||||||
- "7310:7310"
|
- "7310:7310"
|
||||||
- "9222:9222"
|
- "9222:9222"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user