This commit is contained in:
Para Dox
2025-04-12 13:13:40 +07:00
parent a549aadb5b
commit 360b4effb8
169 changed files with 1492 additions and 1492 deletions

View File

@@ -4,6 +4,9 @@
services:
lisk-sepolia:
image: ${LISK_GETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth}:${LISK_SEPOLIA_GETH_VERSION:-v1.101503.3}
environment:
- GETH_OP_NETWORK=lisk-sepolia
entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"]
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -28,7 +31,6 @@ services:
- --ws.api=eth,net,web3,debug,admin,txpool,engine
- --ws.origins=*
- --ws.port=8545
entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"]
restart: unless-stopped
user: root
stop_grace_period: 5m
@@ -44,8 +46,6 @@ services:
- ${LISK_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-lisk-sepolia-op-geth-pruned-pebble-path}:/data
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
environment:
- GETH_OP_NETWORK=lisk-sepolia
labels:
- traefik.enable=true
- traefik.http.middlewares.lisk-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/lisk-sepolia
@@ -77,15 +77,6 @@ services:
OP_REPO: https://github.com/ethereum-optimism/optimism.git
OP_VERSION: v1.13.1
OP_PATCH: lisk/sepolia/node.patch
entrypoint: [op-node]
restart: unless-stopped
networks:
- chains
ports:
- 15490:15490
- 15490:15490/udp
volumes:
- .jwtsecret:/jwtsecret:ro
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
@@ -109,6 +100,15 @@ services:
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=execution-layer
- OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node]
restart: unless-stopped
networks:
- chains
ports:
- 15490:15490
- 15490:15490/udp
volumes:
- .jwtsecret:/jwtsecret:ro
volumes:
lisk-sepolia-op-geth-pruned-pebble-path: