hopefully well

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

View File

@@ -3,7 +3,7 @@
services:
base-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10596:10596"
- "10596:10596/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- base-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./base/base-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./base/base-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
base-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10422:10422"
- "10422:10422/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- base-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./base/base-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./base/base-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
base-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10910:10910"
- "10910:10910/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- base-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./base/base-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./base/base-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

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

View File

@@ -3,7 +3,7 @@
services:
blast-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.1.0-mainnet
image: blastio/blast-geth:v1.1.0-mainnet
expose:
- 8545
@@ -11,9 +11,7 @@ services:
ports:
- "10555:10555"
- "10555:10555/udp"
entrypoint: /bin/sh
command: -c "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json || /usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
@@ -21,7 +19,7 @@ services:
- .jwtsecret:/jwtsecret
- ./blast-io/mainnet:/config
env_file:
- ./blast/blast-mainnet.env
- ./blast-io/mainnet/.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=blast-mainnet"
@@ -76,7 +74,7 @@ services:
- ./blast-io/mainnet:/config
stop_grace_period: 30s
env_file:
- ./blast/blast-mainnet.env
- ./blast-io/mainnet/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +92,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
blast-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:sepolia-v1.2.3
image: blastio/blast-geth:sepolia-v1.2.3
expose:
- 8545
@@ -11,9 +11,7 @@ services:
ports:
- "10591:10591"
- "10591:10591/udp"
entrypoint: /bin/sh
command: -c "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json || /usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
@@ -21,7 +19,7 @@ services:
- .jwtsecret:/jwtsecret
- ./blast-io/sepolia:/config
env_file:
- ./blast/blast-sepolia.env
- ./blast-io/sepolia/.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=blast-sepolia"
@@ -76,7 +74,7 @@ services:
- ./blast-io/sepolia:/config
stop_grace_period: 30s
env_file:
- ./blast/blast-sepolia.env
- ./blast-io/sepolia/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +92,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
bob-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10046:10046"
- "10046:10046/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- bob-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./bob/bob-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=bob-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./bob/bob-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
bob-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10347:10347"
- "10347:10347/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- bob-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./bob/bob-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=bob-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./bob/bob-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
boba-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
image: None:v1.101411.0
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10624:10624"
- "10624:10624/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- boba-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./boba/boba-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=boba-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./boba/boba-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
boba-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.0
image: None:v1.101411.0
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10962:10962"
- "10962:10962/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- boba-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./boba/boba-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=boba-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./boba/boba-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
hashkeychain-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10113:10113"
- "10113:10113/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=hashkeychain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
hashkeychain-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10188:10188"
- "10188:10188/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=hashkeychain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
ink-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10713:10713"
- "10713:10713/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- ink-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./ink/ink-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./ink/ink-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
ink-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10271:10271"
- "10271:10271/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- ink-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./ink/ink-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./ink/ink-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
ink-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10659:10659"
- "10659:10659/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- ink-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./ink/ink-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./ink/ink-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
ink-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10869:10869"
- "10869:10869/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- ink-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./ink/ink-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./ink/ink-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
lisk-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10157:10157"
- "10157:10157/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./lisk/lisk-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./lisk/lisk-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
lisk-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10971:10971"
- "10971:10971/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- lisk-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./lisk/lisk-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./lisk/lisk-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
lisk-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101503.1
image: None:v1.101503.1
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10457:10457"
- "10457:10457/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./lisk/lisk-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./lisk/lisk-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
lisk-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101503.1
image: None:v1.101503.1
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10490:10490"
- "10490:10490/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- lisk-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./lisk/lisk-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./lisk/lisk-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -0,0 +1,109 @@
services:
mantle-mainnet-archive:
image: mantlenetworkio/mantle-op-geth:v1.1.1
expose:
- 8545
- 6060
ports:
- "10055:10055"
- "10055:10055/udp"
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mantle-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
- ./mantle/mainnet:/config
env_file:
- ./mantle/mainnet/.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mantle-mainnet"
- "GETH_GCMODE=archive"
- "GETH_SYNCMODE=full"
- "GETH_STATE_SCHEME=hash"
- "GETH_DB_ENGINE=leveldb"
- "GETH_NAT=extip:${IP}"
- "GETH_PORT=10055"
- "GETH_WS_PORT=8545"
- "GETH_HTTP=true"
- "GETH_HTTP_ADDR=0.0.0.0"
- "GETH_HTTP_VHOSTS=*"
- "GETH_WS=true"
- "GETH_WS_ADDR=0.0.0.0"
- "GETH_WS_ORIGINS=*"
- "GETH_HTTP_API=eth,net,debug,admin,web3"
- "GETH_AUTHRPC_JWTSECRET=/jwtsecret"
- "GETH_AUTHRPC_ADDR=0.0.0.0"
- "GETH_AUTHRPC_VHOSTS=*"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.mantle-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/mantle-mainnet-archive"
- "traefik.http.services.mantle-mainnet-op-geth-archive-leveldb-hash.loadbalancer.server.port=8545"
- "traefik.http.routers.mantle-mainnet-op-geth-archive-leveldb-hash.entrypoints=websecure"
- "traefik.http.routers.mantle-mainnet-op-geth-archive-leveldb-hash.tls.certresolver=myresolver"
- "traefik.http.routers.mantle-mainnet-op-geth-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/mantle-mainnet-archive`)"
- "traefik.http.routers.mantle-mainnet-op-geth-archive-leveldb-hash.middlewares=mantle-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipwhitelist"
networks:
- chains
mantle-mainnet-archive-node:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.1.1
expose:
- 8545
- 7300
- 6060
ports:
- "15055:15055"
- "15055:15055/udp"
entrypoint: [ "./op-node" ]
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret
- ./mantle/mainnet:/config
stop_grace_period: 30s
env_file:
- ./mantle/mainnet/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=consensus-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet-archive:8551"
- "OP_NODE_LOG_LEVEL=info"
- "OP_NODE_METRICS_ADDR=0.0.0.0"
- "OP_NODE_METRICS_ENABLED=true"
- "OP_NODE_METRICS_PORT=7300"
- "OP_NODE_P2P_LISTEN_IP=0.0.0.0"
- "OP_NODE_P2P_LISTEN_TCP_PORT=15055"
- "OP_NODE_P2P_LISTEN_UDP_PORT=15055"
- "OP_NODE_RPC_ADDR=0.0.0.0"
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}"
networks:
- chains
volumes:
mantle-mainnet-op-geth-archive-leveldb-hash:

View File

@@ -0,0 +1,109 @@
services:
mantle-mainnet:
image: mantlenetworkio/mantle-op-geth:v1.1.1
expose:
- 8545
- 6060
ports:
- "10067:10067"
- "10067:10067/udp"
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && /usr/local/bin/geth init /config/genesis.json; exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mantle-mainnet-op-geth-pruned-leveldb-hash:/data
- .jwtsecret:/jwtsecret
- ./mantle/mainnet:/config
env_file:
- ./mantle/mainnet/.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mantle-mainnet"
- "GETH_GCMODE=full"
- "GETH_SYNCMODE=full"
- "GETH_STATE_SCHEME=hash"
- "GETH_DB_ENGINE=leveldb"
- "GETH_NAT=extip:${IP}"
- "GETH_PORT=10067"
- "GETH_WS_PORT=8545"
- "GETH_HTTP=true"
- "GETH_HTTP_ADDR=0.0.0.0"
- "GETH_HTTP_VHOSTS=*"
- "GETH_WS=true"
- "GETH_WS_ADDR=0.0.0.0"
- "GETH_WS_ORIGINS=*"
- "GETH_HTTP_API=eth,net,debug,admin,web3"
- "GETH_AUTHRPC_JWTSECRET=/jwtsecret"
- "GETH_AUTHRPC_ADDR=0.0.0.0"
- "GETH_AUTHRPC_VHOSTS=*"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.mantle-mainnet-op-geth-pruned-leveldb-hash-stripprefix.stripprefix.prefixes=/mantle-mainnet"
- "traefik.http.services.mantle-mainnet-op-geth-pruned-leveldb-hash.loadbalancer.server.port=8545"
- "traefik.http.routers.mantle-mainnet-op-geth-pruned-leveldb-hash.entrypoints=websecure"
- "traefik.http.routers.mantle-mainnet-op-geth-pruned-leveldb-hash.tls.certresolver=myresolver"
- "traefik.http.routers.mantle-mainnet-op-geth-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/mantle-mainnet`)"
- "traefik.http.routers.mantle-mainnet-op-geth-pruned-leveldb-hash.middlewares=mantle-mainnet-op-geth-pruned-leveldb-hash-stripprefix, ipwhitelist"
networks:
- chains
mantle-mainnet-node:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.1.1
expose:
- 8545
- 7300
- 6060
ports:
- "15067:15067"
- "15067:15067/udp"
entrypoint: [ "./op-node" ]
restart: unless-stopped
volumes:
- .jwtsecret:/jwtsecret
- ./mantle/mainnet:/config
stop_grace_period: 30s
env_file:
- ./mantle/mainnet/.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=consensus-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet:8551"
- "OP_NODE_LOG_LEVEL=info"
- "OP_NODE_METRICS_ADDR=0.0.0.0"
- "OP_NODE_METRICS_ENABLED=true"
- "OP_NODE_METRICS_PORT=7300"
- "OP_NODE_P2P_LISTEN_IP=0.0.0.0"
- "OP_NODE_P2P_LISTEN_TCP_PORT=15067"
- "OP_NODE_P2P_LISTEN_UDP_PORT=15067"
- "OP_NODE_RPC_ADDR=0.0.0.0"
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}"
networks:
- chains
volumes:
mantle-mainnet-op-geth-pruned-leveldb-hash:

View File

@@ -3,7 +3,7 @@
services:
metal-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10324:10324"
- "10324:10324/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- metal-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./metal/metal-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./metal/metal-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
metal-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10821:10821"
- "10821:10821/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- metal-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./metal/metal-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./metal/metal-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
metal-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10770:10770"
- "10770:10770/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- metal-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./metal/metal-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./metal/metal-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
metal-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10701:10701"
- "10701:10701/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- metal-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./metal/metal-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./metal/metal-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
mode-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10430:10430"
- "10430:10430/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mode-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./mode/mode-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./mode/mode-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
mode-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10054:10054"
- "10054:10054/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mode-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./mode/mode-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./mode/mode-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
mode-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10835:10835"
- "10835:10835/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mode-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./mode/mode-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./mode/mode-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
mode-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10308:10308"
- "10308:10308/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- mode-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./mode/mode-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./mode/mode-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
op-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10399:10399"
- "10399:10399/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- op-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./op/op-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./op/op-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
op-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10687:10687"
- "10687:10687/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- op-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./op/op-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./op/op-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
op-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10257:10257"
- "10257:10257/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- op-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./op/op-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./op/op-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
op-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10981:10981"
- "10981:10981/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- op-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./op/op-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=op-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./op/op-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
snax-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10249:10249"
- "10249:10249/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- snax-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./snax/snax-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=snax-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./snax/snax-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
snax-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10332:10332"
- "10332:10332/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- snax-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./snax/snax-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=snax-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./snax/snax-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
swell-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10863:10863"
- "10863:10863/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- swell-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./swell/swell-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=swell-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./swell/swell-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
swell-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10312:10312"
- "10312:10312/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- swell-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./swell/swell-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=swell-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./swell/swell-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
unichain-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10789:10789"
- "10789:10789/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./unichain/unichain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./unichain/unichain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
unichain-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10954:10954"
- "10954:10954/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- unichain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./unichain/unichain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./unichain/unichain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
unichain-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10589:10589"
- "10589:10589/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./unichain/unichain-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./unichain/unichain-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
unichain-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10226:10226"
- "10226:10226/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- unichain-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./unichain/unichain-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./unichain/unichain-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
worldchain-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10162:10162"
- "10162:10162/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
worldchain-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10096:10096"
- "10096:10096/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
worldchain-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10720:10720"
- "10720:10720/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./worldchain/worldchain-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./worldchain/worldchain-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
worldchain-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10620:10620"
- "10620:10620/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./worldchain/worldchain-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./worldchain/worldchain-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
zora-mainnet-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10066:10066"
- "10066:10066/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- zora-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./zora/zora-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./zora/zora-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
zora-mainnet:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10714:10714"
- "10714:10714/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- zora-mainnet-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./zora/zora-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-mainnet"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./zora/zora-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
zora-sepolia-archive:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10308:10308"
- "10308:10308/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- zora-sepolia-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./zora/zora-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./zora/zora-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"

View File

@@ -3,7 +3,7 @@
services:
zora-sepolia:
image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:None
image: None:None
expose:
- 8545
@@ -11,17 +11,15 @@ services:
ports:
- "10083:10083"
- "10083:10083/udp"
entrypoint: /bin/sh
command: -c "/usr/local/bin/geth --rollup.disabletxpoolgossip=true"
entrypoint: ["/bin/sh", "-c", "exec /usr/local/bin/geth \"$@\""]
restart: unless-stopped
stop_grace_period: 3m
volumes:
- zora-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./zora/zora-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-sepolia"
@@ -75,8 +73,7 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./zora/zora-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"
@@ -94,7 +91,8 @@ services:
- "OP_NODE_P2P_ADVERTISE_IP=${IP}"
- "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_VERIFIER_L1_CONFS=0"
- "OP_NODE_STATIC_PEERS="
- "OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"