every tiume the templae flips a but
This commit is contained in:
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
base-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10596:10596"
|
||||
- "10596:10596/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- base-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=base-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=base-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
base-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10422:10422"
|
||||
- "10422:10422/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- base-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=base-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.base-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
base-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=base-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
base-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10910:10910"
|
||||
- "10910:10910/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- base-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=base-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=base-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
base-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10022:10022"
|
||||
- "10022:10022/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- base-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=base-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.base-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/base-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
base-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=base-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
bob-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10046:10046"
|
||||
- "10046:10046/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- bob-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=bob-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=bob-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
bob-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10347:10347"
|
||||
- "10347:10347/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- bob-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=bob-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.bob-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/bob-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
bob-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=bob-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
boba-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/bobanetwork/op-geth.git
|
||||
OP_REPO: https://github.com/bobanetwork/boba.git
|
||||
OP_VERSION: v1.6.18
|
||||
GETH_VERSION: v1.101411.0
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10624:10624"
|
||||
- "10624:10624/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- boba-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=boba-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
- "GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.boba.network"
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.boba-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
boba-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/bobanetwork/op-geth.git
|
||||
OP_REPO: https://github.com/bobanetwork/boba.git
|
||||
OP_VERSION: v1.6.18
|
||||
GETH_VERSION: v1.101411.0
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.18
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=boba-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
boba-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/bobanetwork/op-geth.git
|
||||
OP_REPO: https://github.com/bobanetwork/boba.git
|
||||
OP_VERSION: v1.6.18
|
||||
GETH_VERSION: v1.101411.0
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10962:10962"
|
||||
- "10962:10962/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- boba-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=boba-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
- "GETH_ROLLUP_SEQUENCERHTTP=https://sepolia.boba.network"
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.boba-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/boba-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
boba-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/bobanetwork/op-geth.git
|
||||
OP_REPO: https://github.com/bobanetwork/boba.git
|
||||
OP_VERSION: v1.6.18
|
||||
GETH_VERSION: v1.101411.0
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.18
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=boba-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
hashkeychain-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10113:10113"
|
||||
- "10113:10113/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=hashkeychain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
hashkeychain-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10188:10188"
|
||||
- "10188:10188/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.hashkeychain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/hashkeychain-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
hashkeychain-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=hashkeychain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
ink-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10713:10713"
|
||||
- "10713:10713/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- ink-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=ink-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=ink-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
ink-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10271:10271"
|
||||
- "10271:10271/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- ink-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=ink-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.ink-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
ink-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=ink-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
ink-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10659:10659"
|
||||
- "10659:10659/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- ink-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=ink-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=ink-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
ink-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10869:10869"
|
||||
- "10869:10869/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- ink-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=ink-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.ink-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
ink-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=ink-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
lisk-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10157:10157"
|
||||
- "10157:10157/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=lisk-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=lisk-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
lisk-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10971:10971"
|
||||
- "10971:10971/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- lisk-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=lisk-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.lisk-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/lisk-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
lisk-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=lisk-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,26 +2,24 @@
|
||||
|
||||
services:
|
||||
lisk-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.1
|
||||
GETH_VERSION: v1.101503.1
|
||||
OP_PATCH: sepolia/lisk/op-node.patch
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101503.1
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
ports:
|
||||
- "10457:10457"
|
||||
- "10457:10457/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=lisk-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.1
|
||||
GETH_VERSION: v1.101503.1
|
||||
OP_PATCH: sepolia/lisk/op-node.patch
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.12.1
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
- 7300
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=lisk-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,26 +2,24 @@
|
||||
|
||||
services:
|
||||
lisk-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.1
|
||||
GETH_VERSION: v1.101503.1
|
||||
OP_PATCH: sepolia/lisk/op-node.patch
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101503.1
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
ports:
|
||||
- "10490:10490"
|
||||
- "10490:10490/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- lisk-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=lisk-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.lisk-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/lisk-sepolia"
|
||||
@@ -58,14 +57,9 @@ services:
|
||||
|
||||
|
||||
lisk-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.1
|
||||
GETH_VERSION: v1.101503.1
|
||||
OP_PATCH: sepolia/lisk/op-node.patch
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.12.1
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
- 7300
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=lisk-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
metal-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10324:10324"
|
||||
- "10324:10324/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- metal-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=metal-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=metal-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
metal-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10821:10821"
|
||||
- "10821:10821/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- metal-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=metal-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.metal-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
metal-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=metal-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
metal-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10770:10770"
|
||||
- "10770:10770/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- metal-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=metal-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=metal-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
metal-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10701:10701"
|
||||
- "10701:10701/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- metal-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=metal-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.metal-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/metal-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
metal-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=metal-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
mode-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10430:10430"
|
||||
- "10430:10430/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- mode-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=mode-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=mode-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
mode-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10054:10054"
|
||||
- "10054:10054/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- mode-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=mode-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.mode-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
mode-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=mode-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
mode-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10835:10835"
|
||||
- "10835:10835/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- mode-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=mode-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=mode-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
mode-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10308:10308"
|
||||
- "10308:10308/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- mode-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=mode-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.mode-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/mode-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
mode-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=mode-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
op-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10399:10399"
|
||||
- "10399:10399/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- op-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=op-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=op-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
op-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10687:10687"
|
||||
- "10687:10687/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- op-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=op-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.op-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
op-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=op-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
op-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10257:10257"
|
||||
- "10257:10257/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- op-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=op-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=op-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
op-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10981:10981"
|
||||
- "10981:10981/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- op-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=op-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.op-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/op-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
op-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=op-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
snax-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10249:10249"
|
||||
- "10249:10249/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- snax-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=snax-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=snax-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
snax-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10332:10332"
|
||||
- "10332:10332/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- snax-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=snax-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.snax-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/snax-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
snax-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=snax-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
swell-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10863:10863"
|
||||
- "10863:10863/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- swell-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=swell-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=swell-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
swell-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10312:10312"
|
||||
- "10312:10312/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- swell-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=swell-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.swell-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/swell-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
swell-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=swell-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
unichain-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10789:10789"
|
||||
- "10789:10789/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=unichain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=unichain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
unichain-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10954:10954"
|
||||
- "10954:10954/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- unichain-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=unichain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.unichain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
unichain-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=unichain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
unichain-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10589:10589"
|
||||
- "10589:10589/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=unichain-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=unichain-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
unichain-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10226:10226"
|
||||
- "10226:10226/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- unichain-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=unichain-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.unichain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/unichain-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
unichain-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=unichain-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
worldchain-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10162:10162"
|
||||
- "10162:10162/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=worldchain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=worldchain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
worldchain-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10096:10096"
|
||||
- "10096:10096/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=worldchain-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.worldchain-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
worldchain-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=worldchain-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
worldchain-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10720:10720"
|
||||
- "10720:10720/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=worldchain-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=worldchain-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
worldchain-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10620:10620"
|
||||
- "10620:10620/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=worldchain-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.worldchain-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/worldchain-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
worldchain-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=worldchain-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
zora-mainnet-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10066:10066"
|
||||
- "10066:10066/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- zora-mainnet-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=zora-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=zora-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
zora-mainnet:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10714:10714"
|
||||
- "10714:10714/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- zora-mainnet-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=zora-mainnet"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.zora-mainnet-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-mainnet"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
zora-mainnet-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=zora-mainnet"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -103,6 +98,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- chains
|
||||
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
zora-sepolia-archive:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10308:10308"
|
||||
- "10308:10308/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- zora-sepolia-op-geth-archive-leveldb-hash:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=zora-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "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:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=zora-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
|
||||
services:
|
||||
zora-sepolia:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -16,12 +11,15 @@ services:
|
||||
ports:
|
||||
- "10083:10083"
|
||||
- "10083:10083/udp"
|
||||
entrypoint: [ "./geth" ]
|
||||
entrypoint: /bin/sh
|
||||
|
||||
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 3m
|
||||
volumes:
|
||||
- zora-sepolia-op-geth-pruned-pebble-path:/data
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
environment:
|
||||
- "GETH_DATADIR=/data"
|
||||
- "GETH_OP_NETWORK=zora-sepolia"
|
||||
@@ -45,6 +43,7 @@ services:
|
||||
|
||||
|
||||
|
||||
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.zora-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/zora-sepolia"
|
||||
@@ -58,13 +57,8 @@ services:
|
||||
|
||||
|
||||
zora-sepolia-node:
|
||||
build:
|
||||
context: ./op
|
||||
args:
|
||||
GETH_REPO: https://github.com/ethereum-optimism/op-geth.git
|
||||
OP_REPO: https://github.com/ethereum-optimism/optimism.git
|
||||
OP_VERSION: v1.12.2
|
||||
GETH_VERSION: v1.101503.1
|
||||
|
||||
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:None
|
||||
|
||||
expose:
|
||||
- 8545
|
||||
@@ -77,9 +71,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
|
||||
stop_grace_period: 30s
|
||||
environment:
|
||||
- "OP_NODE_NETWORK=zora-sepolia"
|
||||
- OP_NODE_NETWORK={{ service_name }}
|
||||
- "OP_NODE_SYNCMODE=execution-layer"
|
||||
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}"
|
||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||
@@ -102,6 +97,7 @@ services:
|
||||
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
|
||||
|
||||
|
||||
|
||||
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
Reference in New Issue
Block a user