every tiume the templae flips a but

This commit is contained in:
squidbear
2025-03-26 18:17:15 +01:00
parent 352dd07e26
commit 873c11f09d
46 changed files with 736 additions and 920 deletions

View File

@@ -2,26 +2,24 @@
services:
op-sepolia:
build:
context: ./op
args:
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
OP_REPO: https://github.com/ethereum-optimism/optimism.git
OP_VERSION: v1.12.2
GETH_VERSION: v1.101503.1
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
expose:
- 8545
- 6060
ports:
- "10981:10981"
- "10981:10981/udp"
entrypoint: [ "./geth" ]
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped
stop_grace_period: 3m
volumes:
- op-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-sepolia"
@@ -44,7 +42,8 @@ services:
- "GETH_AUTHRPC_VHOSTS=*"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.op-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-sepolia"
@@ -58,14 +57,9 @@ services:
op-sepolia-node:
build:
context: ./op
args:
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
OP_REPO: https://github.com/ethereum-optimism/optimism.git
OP_VERSION: v1.12.2
GETH_VERSION: v1.101503.1
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
expose:
- 8545
- 7300
@@ -77,9 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=op-sepolia"
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -101,7 +96,8 @@ services:
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks:
- chains