hopefully well
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
services:
|
||||
blast-mainnet:
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.1.0-mainnet
|
||||
image: blastio/blast-geth:v1.1.0-mainnet
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -11,9 +11,7 @@ services:
|
||||
ports:
|
||||
- "10555:10555"
|
||||
- "10555:10555/udp"
|
||||
entrypoint: /bin/sh
|
||||
command: -c "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json || /usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth \"$@\""]
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
@@ -21,7 +19,7 @@ services:
|
||||
- .jwtsecret:/jwtsecret
|
||||
- ./blast-io/mainnet:/config
|
||||
env_file:
|
||||
- ./blast/blast-mainnet.env
|
||||
- ./blast-io/mainnet/.env
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=blast-mainnet"
|
||||
@@ -76,7 +74,7 @@ services:
|
||||
- ./blast-io/mainnet:/config
|
||||
stop_grace_period: 30s
|
||||
env_file:
|
||||
- ./blast/blast-mainnet.env
|
||||
- ./blast-io/mainnet/.env
|
||||
environment:
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
@@ -94,7 +92,8 @@ services:
|
||||
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
|
||||
- "OP_NODE_RPC_PORT=8545"
|
||||
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
|
||||
- "OP_NODE_VERIFIER_L1_CONFS=4"
|
||||
- "OP_NODE_VERIFIER_L1_CONFS=0"
|
||||
- "OP_NODE_STATIC_PEERS="
|
||||
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
|
||||
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
|
||||
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"
|
||||
|
||||
Reference in New Issue
Block a user