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,13 +2,8 @@
services: services:
base-mainnet-archive: base-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10596:10596" - "10596:10596"
- "10596:10596/udp" - "10596:10596/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- base-mainnet-op-geth-archive-leveldb-hash:/data - base-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-mainnet" - "GETH_OP_NETWORK=base-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.base-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/base-mainnet-archive" - "traefik.http.middlewares.base-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/base-mainnet-archive"
@@ -58,13 +57,8 @@ services:
base-mainnet-archive-node: base-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=base-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
base-mainnet: base-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10422:10422" - "10422:10422"
- "10422:10422/udp" - "10422:10422/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- base-mainnet-op-geth-pruned-pebble-path:/data - base-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-mainnet" - "GETH_OP_NETWORK=base-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.base-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-mainnet" - "traefik.http.middlewares.base-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-mainnet"
@@ -58,13 +57,8 @@ services:
base-mainnet-node: base-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=base-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
base-sepolia-archive: base-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10910:10910" - "10910:10910"
- "10910:10910/udp" - "10910:10910/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- base-sepolia-op-geth-archive-leveldb-hash:/data - base-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-sepolia" - "GETH_OP_NETWORK=base-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.base-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/base-sepolia-archive" - "traefik.http.middlewares.base-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/base-sepolia-archive"
@@ -58,13 +57,8 @@ services:
base-sepolia-archive-node: base-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=base-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
base-sepolia: base-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10022:10022" - "10022:10022"
- "10022:10022/udp" - "10022:10022/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- base-sepolia-op-geth-pruned-pebble-path:/data - base-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-sepolia" - "GETH_OP_NETWORK=base-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.base-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-sepolia" - "traefik.http.middlewares.base-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-sepolia"
@@ -58,13 +57,8 @@ services:
base-sepolia-node: base-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=base-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
bob-mainnet-archive: bob-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10046:10046" - "10046:10046"
- "10046:10046/udp" - "10046:10046/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- bob-mainnet-op-geth-archive-leveldb-hash:/data - bob-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=bob-mainnet" - "GETH_OP_NETWORK=bob-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.bob-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/bob-mainnet-archive" - "traefik.http.middlewares.bob-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/bob-mainnet-archive"
@@ -58,13 +57,8 @@ services:
bob-mainnet-archive-node: bob-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=bob-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
bob-mainnet: bob-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10347:10347" - "10347:10347"
- "10347:10347/udp" - "10347:10347/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- bob-mainnet-op-geth-pruned-pebble-path:/data - bob-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=bob-mainnet" - "GETH_OP_NETWORK=bob-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.bob-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/bob-mainnet" - "traefik.http.middlewares.bob-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/bob-mainnet"
@@ -58,13 +57,8 @@ services:
bob-mainnet-node: bob-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=bob-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
boba-mainnet: boba-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10624:10624" - "10624:10624"
- "10624:10624/udp" - "10624:10624/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- boba-mainnet-op-geth-pruned-pebble-path:/data - boba-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=boba-mainnet" - "GETH_OP_NETWORK=boba-mainnet"
@@ -45,6 +43,7 @@ services:
- "GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network" - "GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.boba-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-mainnet" - "traefik.http.middlewares.boba-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-mainnet"
@@ -58,13 +57,8 @@ services:
boba-mainnet-node: boba-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.18
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=boba-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
boba-sepolia: boba-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10962:10962" - "10962:10962"
- "10962:10962/udp" - "10962:10962/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- boba-sepolia-op-geth-pruned-pebble-path:/data - boba-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=boba-sepolia" - "GETH_OP_NETWORK=boba-sepolia"
@@ -45,6 +43,7 @@ services:
- "GETH_ROLLUP_SEQUENCERHTTP=https://sepolia.boba.network" - "GETH_ROLLUP_SEQUENCERHTTP=https://sepolia.boba.network"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.boba-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-sepolia" - "traefik.http.middlewares.boba-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-sepolia"
@@ -58,13 +57,8 @@ services:
boba-sepolia-node: boba-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.18
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=boba-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
hashkeychain-mainnet-archive: hashkeychain-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10113:10113" - "10113:10113"
- "10113:10113/udp" - "10113:10113/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data - hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=hashkeychain-mainnet" - "GETH_OP_NETWORK=hashkeychain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.hashkeychain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/hashkeychain-mainnet-archive" - "traefik.http.middlewares.hashkeychain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/hashkeychain-mainnet-archive"
@@ -58,13 +57,8 @@ services:
hashkeychain-mainnet-archive-node: hashkeychain-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=hashkeychain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
hashkeychain-mainnet: hashkeychain-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10188:10188" - "10188:10188"
- "10188:10188/udp" - "10188:10188/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data - hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=hashkeychain-mainnet" - "GETH_OP_NETWORK=hashkeychain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.hashkeychain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/hashkeychain-mainnet" - "traefik.http.middlewares.hashkeychain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/hashkeychain-mainnet"
@@ -58,13 +57,8 @@ services:
hashkeychain-mainnet-node: hashkeychain-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=hashkeychain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
ink-mainnet-archive: ink-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10713:10713" - "10713:10713"
- "10713:10713/udp" - "10713:10713/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- ink-mainnet-op-geth-archive-leveldb-hash:/data - ink-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-mainnet" - "GETH_OP_NETWORK=ink-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.ink-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/ink-mainnet-archive" - "traefik.http.middlewares.ink-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/ink-mainnet-archive"
@@ -58,13 +57,8 @@ services:
ink-mainnet-archive-node: ink-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=ink-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
ink-mainnet: ink-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10271:10271" - "10271:10271"
- "10271:10271/udp" - "10271:10271/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- ink-mainnet-op-geth-pruned-pebble-path:/data - ink-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-mainnet" - "GETH_OP_NETWORK=ink-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.ink-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-mainnet" - "traefik.http.middlewares.ink-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-mainnet"
@@ -58,13 +57,8 @@ services:
ink-mainnet-node: ink-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=ink-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
ink-sepolia-archive: ink-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10659:10659" - "10659:10659"
- "10659:10659/udp" - "10659:10659/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- ink-sepolia-op-geth-archive-leveldb-hash:/data - ink-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-sepolia" - "GETH_OP_NETWORK=ink-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.ink-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/ink-sepolia-archive" - "traefik.http.middlewares.ink-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/ink-sepolia-archive"
@@ -58,13 +57,8 @@ services:
ink-sepolia-archive-node: ink-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=ink-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
ink-sepolia: ink-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10869:10869" - "10869:10869"
- "10869:10869/udp" - "10869:10869/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- ink-sepolia-op-geth-pruned-pebble-path:/data - ink-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-sepolia" - "GETH_OP_NETWORK=ink-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.ink-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-sepolia" - "traefik.http.middlewares.ink-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-sepolia"
@@ -58,13 +57,8 @@ services:
ink-sepolia-node: ink-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=ink-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
lisk-mainnet-archive: lisk-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10157:10157" - "10157:10157"
- "10157:10157/udp" - "10157:10157/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- lisk-mainnet-op-geth-archive-leveldb-hash:/data - lisk-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-mainnet" - "GETH_OP_NETWORK=lisk-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.lisk-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/lisk-mainnet-archive" - "traefik.http.middlewares.lisk-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/lisk-mainnet-archive"
@@ -58,13 +57,8 @@ services:
lisk-mainnet-archive-node: lisk-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=lisk-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
lisk-mainnet: lisk-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10971:10971" - "10971:10971"
- "10971:10971/udp" - "10971:10971/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- lisk-mainnet-op-geth-pruned-pebble-path:/data - lisk-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-mainnet" - "GETH_OP_NETWORK=lisk-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.lisk-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/lisk-mainnet" - "traefik.http.middlewares.lisk-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/lisk-mainnet"
@@ -58,13 +57,8 @@ services:
lisk-mainnet-node: lisk-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=lisk-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,26 +2,24 @@
services: services:
lisk-sepolia-archive: lisk-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101503.1
args:
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
OP_REPO: https://github.com/ethereum-optimism/optimism.git
OP_VERSION: v1.12.1
GETH_VERSION: v1.101503.1
OP_PATCH: sepolia/lisk/op-node.patch
expose: expose:
- 8545 - 8545
- 6060 - 6060
ports: ports:
- "10457:10457" - "10457:10457"
- "10457:10457/udp" - "10457:10457/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- lisk-sepolia-op-geth-archive-leveldb-hash:/data - lisk-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-sepolia" - "GETH_OP_NETWORK=lisk-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.lisk-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/lisk-sepolia-archive" - "traefik.http.middlewares.lisk-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/lisk-sepolia-archive"
@@ -58,14 +57,9 @@ services:
lisk-sepolia-archive-node: lisk-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.12.1
args:
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
OP_REPO: https://github.com/ethereum-optimism/optimism.git
OP_VERSION: v1.12.1
GETH_VERSION: v1.101503.1
OP_PATCH: sepolia/lisk/op-node.patch
expose: expose:
- 8545 - 8545
- 7300 - 7300
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=lisk-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

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

View File

@@ -2,13 +2,8 @@
services: services:
metal-mainnet-archive: metal-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10324:10324" - "10324:10324"
- "10324:10324/udp" - "10324:10324/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- metal-mainnet-op-geth-archive-leveldb-hash:/data - metal-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-mainnet" - "GETH_OP_NETWORK=metal-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.metal-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/metal-mainnet-archive" - "traefik.http.middlewares.metal-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/metal-mainnet-archive"
@@ -58,13 +57,8 @@ services:
metal-mainnet-archive-node: metal-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=metal-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
metal-mainnet: metal-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10821:10821" - "10821:10821"
- "10821:10821/udp" - "10821:10821/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- metal-mainnet-op-geth-pruned-pebble-path:/data - metal-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-mainnet" - "GETH_OP_NETWORK=metal-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.metal-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-mainnet" - "traefik.http.middlewares.metal-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-mainnet"
@@ -58,13 +57,8 @@ services:
metal-mainnet-node: metal-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=metal-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
metal-sepolia-archive: metal-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10770:10770" - "10770:10770"
- "10770:10770/udp" - "10770:10770/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- metal-sepolia-op-geth-archive-leveldb-hash:/data - metal-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-sepolia" - "GETH_OP_NETWORK=metal-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.metal-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/metal-sepolia-archive" - "traefik.http.middlewares.metal-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/metal-sepolia-archive"
@@ -58,13 +57,8 @@ services:
metal-sepolia-archive-node: metal-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=metal-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
metal-sepolia: metal-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10701:10701" - "10701:10701"
- "10701:10701/udp" - "10701:10701/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- metal-sepolia-op-geth-pruned-pebble-path:/data - metal-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-sepolia" - "GETH_OP_NETWORK=metal-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.metal-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-sepolia" - "traefik.http.middlewares.metal-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-sepolia"
@@ -58,13 +57,8 @@ services:
metal-sepolia-node: metal-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=metal-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
mode-mainnet-archive: mode-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10430:10430" - "10430:10430"
- "10430:10430/udp" - "10430:10430/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- mode-mainnet-op-geth-archive-leveldb-hash:/data - mode-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-mainnet" - "GETH_OP_NETWORK=mode-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.mode-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/mode-mainnet-archive" - "traefik.http.middlewares.mode-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/mode-mainnet-archive"
@@ -58,13 +57,8 @@ services:
mode-mainnet-archive-node: mode-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=mode-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
mode-mainnet: mode-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10054:10054" - "10054:10054"
- "10054:10054/udp" - "10054:10054/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- mode-mainnet-op-geth-pruned-pebble-path:/data - mode-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-mainnet" - "GETH_OP_NETWORK=mode-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.mode-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-mainnet" - "traefik.http.middlewares.mode-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-mainnet"
@@ -58,13 +57,8 @@ services:
mode-mainnet-node: mode-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=mode-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
mode-sepolia-archive: mode-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10835:10835" - "10835:10835"
- "10835:10835/udp" - "10835:10835/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- mode-sepolia-op-geth-archive-leveldb-hash:/data - mode-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-sepolia" - "GETH_OP_NETWORK=mode-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.mode-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/mode-sepolia-archive" - "traefik.http.middlewares.mode-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/mode-sepolia-archive"
@@ -58,13 +57,8 @@ services:
mode-sepolia-archive-node: mode-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=mode-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
mode-sepolia: mode-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10308:10308" - "10308:10308"
- "10308:10308/udp" - "10308:10308/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- mode-sepolia-op-geth-pruned-pebble-path:/data - mode-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-sepolia" - "GETH_OP_NETWORK=mode-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.mode-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-sepolia" - "traefik.http.middlewares.mode-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-sepolia"
@@ -58,13 +57,8 @@ services:
mode-sepolia-node: mode-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=mode-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
op-mainnet-archive: op-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10399:10399" - "10399:10399"
- "10399:10399/udp" - "10399:10399/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- op-mainnet-op-geth-archive-leveldb-hash:/data - op-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-mainnet" - "GETH_OP_NETWORK=op-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.op-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/op-mainnet-archive" - "traefik.http.middlewares.op-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/op-mainnet-archive"
@@ -58,13 +57,8 @@ services:
op-mainnet-archive-node: op-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=op-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
op-mainnet: op-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10687:10687" - "10687:10687"
- "10687:10687/udp" - "10687:10687/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- op-mainnet-op-geth-pruned-pebble-path:/data - op-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-mainnet" - "GETH_OP_NETWORK=op-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.op-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-mainnet" - "traefik.http.middlewares.op-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-mainnet"
@@ -58,13 +57,8 @@ services:
op-mainnet-node: op-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=op-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
op-sepolia-archive: op-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10257:10257" - "10257:10257"
- "10257:10257/udp" - "10257:10257/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- op-sepolia-op-geth-archive-leveldb-hash:/data - op-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-sepolia" - "GETH_OP_NETWORK=op-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.op-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/op-sepolia-archive" - "traefik.http.middlewares.op-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/op-sepolia-archive"
@@ -58,13 +57,8 @@ services:
op-sepolia-archive-node: op-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=op-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
op-sepolia: op-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10981:10981" - "10981:10981"
- "10981:10981/udp" - "10981:10981/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- op-sepolia-op-geth-pruned-pebble-path:/data - op-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-sepolia" - "GETH_OP_NETWORK=op-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.op-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-sepolia" - "traefik.http.middlewares.op-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-sepolia"
@@ -58,13 +57,8 @@ services:
op-sepolia-node: op-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=op-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
snax-mainnet-archive: snax-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10249:10249" - "10249:10249"
- "10249:10249/udp" - "10249:10249/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- snax-mainnet-op-geth-archive-leveldb-hash:/data - snax-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=snax-mainnet" - "GETH_OP_NETWORK=snax-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.snax-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/snax-mainnet-archive" - "traefik.http.middlewares.snax-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/snax-mainnet-archive"
@@ -58,13 +57,8 @@ services:
snax-mainnet-archive-node: snax-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=snax-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
snax-mainnet: snax-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10332:10332" - "10332:10332"
- "10332:10332/udp" - "10332:10332/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- snax-mainnet-op-geth-pruned-pebble-path:/data - snax-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=snax-mainnet" - "GETH_OP_NETWORK=snax-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.snax-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/snax-mainnet" - "traefik.http.middlewares.snax-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/snax-mainnet"
@@ -58,13 +57,8 @@ services:
snax-mainnet-node: snax-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=snax-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
swell-mainnet-archive: swell-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10863:10863" - "10863:10863"
- "10863:10863/udp" - "10863:10863/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- swell-mainnet-op-geth-archive-leveldb-hash:/data - swell-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=swell-mainnet" - "GETH_OP_NETWORK=swell-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.swell-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/swell-mainnet-archive" - "traefik.http.middlewares.swell-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/swell-mainnet-archive"
@@ -58,13 +57,8 @@ services:
swell-mainnet-archive-node: swell-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=swell-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
swell-mainnet: swell-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10312:10312" - "10312:10312"
- "10312:10312/udp" - "10312:10312/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- swell-mainnet-op-geth-pruned-pebble-path:/data - swell-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=swell-mainnet" - "GETH_OP_NETWORK=swell-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.swell-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/swell-mainnet" - "traefik.http.middlewares.swell-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/swell-mainnet"
@@ -58,13 +57,8 @@ services:
swell-mainnet-node: swell-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=swell-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
unichain-mainnet-archive: unichain-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10789:10789" - "10789:10789"
- "10789:10789/udp" - "10789:10789/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- unichain-mainnet-op-geth-archive-leveldb-hash:/data - unichain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-mainnet" - "GETH_OP_NETWORK=unichain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.unichain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/unichain-mainnet-archive" - "traefik.http.middlewares.unichain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/unichain-mainnet-archive"
@@ -58,13 +57,8 @@ services:
unichain-mainnet-archive-node: unichain-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=unichain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
unichain-mainnet: unichain-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10954:10954" - "10954:10954"
- "10954:10954/udp" - "10954:10954/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- unichain-mainnet-op-geth-pruned-pebble-path:/data - unichain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-mainnet" - "GETH_OP_NETWORK=unichain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.unichain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-mainnet" - "traefik.http.middlewares.unichain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-mainnet"
@@ -58,13 +57,8 @@ services:
unichain-mainnet-node: unichain-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=unichain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
unichain-sepolia-archive: unichain-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10589:10589" - "10589:10589"
- "10589:10589/udp" - "10589:10589/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- unichain-sepolia-op-geth-archive-leveldb-hash:/data - unichain-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-sepolia" - "GETH_OP_NETWORK=unichain-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.unichain-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/unichain-sepolia-archive" - "traefik.http.middlewares.unichain-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/unichain-sepolia-archive"
@@ -58,13 +57,8 @@ services:
unichain-sepolia-archive-node: unichain-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=unichain-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
unichain-sepolia: unichain-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10226:10226" - "10226:10226"
- "10226:10226/udp" - "10226:10226/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- unichain-sepolia-op-geth-pruned-pebble-path:/data - unichain-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-sepolia" - "GETH_OP_NETWORK=unichain-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.unichain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-sepolia" - "traefik.http.middlewares.unichain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-sepolia"
@@ -58,13 +57,8 @@ services:
unichain-sepolia-node: unichain-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=unichain-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
worldchain-mainnet-archive: worldchain-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10162:10162" - "10162:10162"
- "10162:10162/udp" - "10162:10162/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data - worldchain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-mainnet" - "GETH_OP_NETWORK=worldchain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.worldchain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/worldchain-mainnet-archive" - "traefik.http.middlewares.worldchain-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/worldchain-mainnet-archive"
@@ -58,13 +57,8 @@ services:
worldchain-mainnet-archive-node: worldchain-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=worldchain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
worldchain-mainnet: worldchain-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10096:10096" - "10096:10096"
- "10096:10096/udp" - "10096:10096/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- worldchain-mainnet-op-geth-pruned-pebble-path:/data - worldchain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-mainnet" - "GETH_OP_NETWORK=worldchain-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.worldchain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-mainnet" - "traefik.http.middlewares.worldchain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-mainnet"
@@ -58,13 +57,8 @@ services:
worldchain-mainnet-node: worldchain-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=worldchain-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
worldchain-sepolia-archive: worldchain-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10720:10720" - "10720:10720"
- "10720:10720/udp" - "10720:10720/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data - worldchain-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-sepolia" - "GETH_OP_NETWORK=worldchain-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.worldchain-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/worldchain-sepolia-archive" - "traefik.http.middlewares.worldchain-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/worldchain-sepolia-archive"
@@ -58,13 +57,8 @@ services:
worldchain-sepolia-archive-node: worldchain-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=worldchain-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
worldchain-sepolia: worldchain-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10620:10620" - "10620:10620"
- "10620:10620/udp" - "10620:10620/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- worldchain-sepolia-op-geth-pruned-pebble-path:/data - worldchain-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-sepolia" - "GETH_OP_NETWORK=worldchain-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.worldchain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-sepolia" - "traefik.http.middlewares.worldchain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-sepolia"
@@ -58,13 +57,8 @@ services:
worldchain-sepolia-node: worldchain-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=worldchain-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
zora-mainnet-archive: zora-mainnet-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10066:10066" - "10066:10066"
- "10066:10066/udp" - "10066:10066/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- zora-mainnet-op-geth-archive-leveldb-hash:/data - zora-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-mainnet" - "GETH_OP_NETWORK=zora-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.zora-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zora-mainnet-archive" - "traefik.http.middlewares.zora-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zora-mainnet-archive"
@@ -58,13 +57,8 @@ services:
zora-mainnet-archive-node: zora-mainnet-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=zora-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
zora-mainnet: zora-mainnet:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10714:10714" - "10714:10714"
- "10714:10714/udp" - "10714:10714/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- zora-mainnet-op-geth-pruned-pebble-path:/data - zora-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-mainnet" - "GETH_OP_NETWORK=zora-mainnet"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.zora-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-mainnet" - "traefik.http.middlewares.zora-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-mainnet"
@@ -58,13 +57,8 @@ services:
zora-mainnet-node: zora-mainnet-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=zora-mainnet" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -103,6 +98,7 @@ services:
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
zora-sepolia-archive: zora-sepolia-archive:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10308:10308" - "10308:10308"
- "10308:10308/udp" - "10308:10308/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- zora-sepolia-op-geth-archive-leveldb-hash:/data - zora-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-sepolia" - "GETH_OP_NETWORK=zora-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.zora-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zora-sepolia-archive" - "traefik.http.middlewares.zora-sepolia-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zora-sepolia-archive"
@@ -58,13 +57,8 @@ services:
zora-sepolia-archive-node: zora-sepolia-archive-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=zora-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains

View File

@@ -2,13 +2,8 @@
services: services:
zora-sepolia: zora-sepolia:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
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
expose: expose:
- 8545 - 8545
@@ -16,12 +11,15 @@ services:
ports: ports:
- "10083:10083" - "10083:10083"
- "10083:10083/udp" - "10083:10083/udp"
entrypoint: [ "./geth" ] entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
volumes: volumes:
- zora-sepolia-op-geth-pruned-pebble-path:/data - zora-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_DATADIR=/data" - "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-sepolia" - "GETH_OP_NETWORK=zora-sepolia"
@@ -45,6 +43,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.zora-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-sepolia" - "traefik.http.middlewares.zora-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-sepolia"
@@ -58,13 +57,8 @@ services:
zora-sepolia-node: zora-sepolia-node:
build:
context: ./op image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
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
expose: expose:
- 8545 - 8545
@@ -77,9 +71,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=zora-sepolia" - OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
@@ -102,6 +97,7 @@ services:
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}" - "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400" - "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks: networks:
- chains - chains