This commit is contained in:
squidbear
2025-03-26 16:34:05 +01:00
parent 7f6a7d2030
commit 8fffa07a64
63 changed files with 359 additions and 165 deletions

View File

@@ -14,8 +14,8 @@ services:
- 8545
- 6060
ports:
- ":"
- ":/udp"
- "10869:10869"
- "10869:10869/udp"
entrypoint: [ "./geth" ]
restart: unless-stopped
stop_grace_period: 3m
@@ -30,7 +30,7 @@ services:
- "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble"
- "GETH_NAT=extip:${IP}"
- "GETH_PORT="
- "GETH_PORT=10869"
- "GETH_WS_PORT=8545"
- "GETH_HTTP=true"
- "GETH_HTTP_ADDR=0.0.0.0"
@@ -43,6 +43,8 @@ services:
- "GETH_AUTHRPC_ADDR=0.0.0.0"
- "GETH_AUTHRPC_VHOSTS=*"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.ink-sepolia-op-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ink-sepolia"
@@ -98,6 +100,8 @@ services:
- "OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}"
- "OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}"
- "OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}"
- "OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400"
networks:
- chains