hopefully well

This commit is contained in:
squidbear
2025-03-28 04:18:47 +01:00
parent 8ba371176d
commit 4b54a6b074
84 changed files with 1312 additions and 677 deletions

View File

@@ -3,7 +3,7 @@
services:
base-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10022:10022"
- "10022:10022/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- base-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./base/base-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./base/base-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,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_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"