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:
boba-mainnet:
build:
context: ./op
args:
GETH_REPO: https://github.com/bobanetwork/op-geth.git
OP_REPO: https://github.com/bobanetwork/boba.git
OP_VERSION: v1.6.18
GETH_VERSION: v1.101411.0
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
expose:
- 8545
- 6060
ports:
- "10624:10624"
- "10624:10624/udp"
entrypoint: [ "./geth" ]
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped
stop_grace_period: 3m
volumes:
- boba-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=boba-mainnet"
@@ -44,7 +42,8 @@ services:
- "GETH_AUTHRPC_VHOSTS=*"
- "GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.boba-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-mainnet"
@@ -58,14 +57,9 @@ services:
boba-mainnet-node:
build:
context: ./op
args:
GETH_REPO: https://github.com/bobanetwork/op-geth.git
OP_REPO: https://github.com/bobanetwork/boba.git
OP_VERSION: v1.6.18
GETH_VERSION: v1.101411.0
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.18
expose:
- 8545
- 7300
@@ -77,9 +71,10 @@ services:
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=boba-mainnet"
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -101,7 +96,8 @@ services:
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}"
networks:
- chains