This commit is contained in:
Sebastian
2025-03-03 07:56:03 +01:00
parent e7cd7ef208
commit 2782ab84e0

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
nethermind-holesky: nethermind-holesky:
image: nethermind/nethermind:1.20.4 image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.2}
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m
command: | command: |
@@ -65,7 +65,7 @@ services:
build: build:
context: ./nimbus context: ./nimbus
args: args:
UPSTREAM_VERSION: v23.9.1 UPSTREAM_VERSION: ${NIMBUS_VERSION:-v25.3.0}
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m
environment: environment: