This commit is contained in:
Para Dox
2025-04-14 13:52:46 +07:00
parent f5c4c0507a
commit 1c5b0c2f0f
42 changed files with 156 additions and 120 deletions

View File

@@ -24,9 +24,9 @@ services:
- 8545
- 8551
environment:
- GETH_OP_NETWORK=mode-mainnet
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
entrypoint: /bin/sh -c 'exec /usr/local/bin/geth "$@"' --
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth "$@"' --
command:
- --datadir=/data
- --db.engine=pebble
@@ -87,11 +87,11 @@ services:
- OP_NODE_METRICS_ADDR=0.0.0.0
- OP_NODE_METRICS_ENABLED=true
- OP_NODE_METRICS_PORT=7300
- OP_NODE_NETWORK=mode-mainnet
- OP_NODE_P2P_ADVERTISE_IP=${IP}
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
- OP_NODE_P2P_LISTEN_TCP_PORT=17054
- OP_NODE_P2P_LISTEN_UDP_PORT=17054
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log