From 17fba3bb435c4ad7b9a12bb99c757884c91bbc0c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:30:14 +0100 Subject: [PATCH] update --- geth-mainnet.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index 607c847c..d25752d6 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-mainnet: - image: ethereum/client-go:v1.13.12 + image: ethereum/client-go:v1.13.14 expose: # HTTP server / GraphQL API - 8545 @@ -46,7 +46,7 @@ services: networks: - chains volumes: - - "geth-mainnet_data:/root/.ethereum" + - "geth-mainnet:/root/.ethereum" - ".jwtsecret:/jwtsecret" restart: unless-stopped stop_grace_period: 1m @@ -64,7 +64,7 @@ services: - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" prysm-mainnet: - image: prysmaticlabs/prysm-beacon-chain:stable + image: prysmaticlabs/prysm-beacon-chain:v5.0.1 ports: #- "127.0.0.1:3500:3500" - "13000:13000" @@ -83,11 +83,11 @@ services: networks: - chains volumes: - - "prysm-mainnet_data:/data" + - "prysm-mainnet:/data" - ".jwtsecret:/jwtsecret" restart: unless-stopped stop_grace_period: 1m volumes: - prysm-mainnet_data: - geth-mainnet_data: + prysm-mainnet: + geth-mainnet: