This commit is contained in:
Sebastian
2024-02-20 08:11:50 +01:00
parent 6227d97e48
commit 484749bdd7
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
nethermind-mainnet: nethermind-mainnet:
image: nethermind/nethermind:1.22.0 image: nethermind/nethermind:1.25.4
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m
command: | command: |
@@ -62,7 +62,7 @@ services:
build: build:
context: ./nimbus context: ./nimbus
args: args:
UPSTREAM_VERSION: v23.8.0 UPSTREAM_VERSION: v24.2.1
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m
environment: environment:

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
mainnet-reth-fullnode: mainnet-reth-fullnode:
image: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.13 image: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.19
user: root user: root
volumes: volumes:
- "reth-mainnet-fullnode:/root/.local/share/reth/mainnet/db" - "reth-mainnet-fullnode:/root/.local/share/reth/mainnet/db"
@@ -33,7 +33,7 @@ services:
- chains - chains
mainnet-prysm-reth-fullnode: mainnet-prysm-reth-fullnode:
image: prysmaticlabs/prysm-beacon-chain:stable image: prysmaticlabs/prysm-beacon-chain:v4.2.1
ports: ports:
#- "127.0.0.1:3500:3500" #- "127.0.0.1:3500:3500"
- "32924:32924" - "32924:32924"