This commit is contained in:
squidbear
2025-03-23 04:31:14 +01:00
parent 7acdb81fff
commit 33c57189f4
5 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ services:
build: build:
context: besu context: besu
args: args:
UPSTREAM_VERSION: 24.10.0 UPSTREAM_VERSION: ${BESU_VERSION:-24.10.0}
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -51,7 +51,7 @@ services:
lighthouse-mainnet: lighthouse-mainnet:
image: sigp/lighthouse:v5.1.3-modern image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.3}-modern
restart: unless-stopped restart: unless-stopped
networks: networks:
- chains - chains

View File

@@ -66,6 +66,7 @@ if [ $? -eq 0 ]; then
rm "$status_file4" rm "$status_file4"
# echo "lets check" # echo "lets check"
if [ $curl_code3 -eq 0 ]; then if [ $curl_code3 -eq 0 ]; then
if [[ $http_status_code3 -eq 200 ]]; then if [[ $http_status_code3 -eq 200 ]]; then
response3=$(cat "$response_file3") response3=$(cat "$response_file3")

View File

@@ -17,6 +17,8 @@ services:
- erigon-holesky:/root/.local/share/erigon - erigon-holesky:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment:
- "IP=${IP}"
networks: networks:
- chains - chains
command: > command: >
@@ -26,7 +28,7 @@ services:
--private.api.addr=0.0.0.0:9090 --private.api.addr=0.0.0.0:9090
--torrent.upload.rate="1250mb" --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" --torrent.download.rate="1250mb"
--nat=stun --nat=extip:${IP}
--pprof --pprof
--pprof.addr=0.0.0.0 --pprof.addr=0.0.0.0
--pprof.port=6061 --pprof.port=6061

View File

@@ -1,6 +1,6 @@
services: services:
erigon-sepolia-minimal: erigon-sepolia-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0-beta1} image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0-beta2}
user: root user: root
expose: expose:
- "16630" - "16630"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
scroll-mainnet: scroll-mainnet:
image: scrolltech/l2geth:${SCROLL_GETH_VERSION:-scroll-v5.8.15} image: scrolltech/l2geth:${SCROLL_GETH_VERSION:-scroll-v5.7.25}
expose: expose:
# HTTP server / GraphQL API # HTTP server / GraphQL API
- 8545 - 8545