This commit is contained in:
Sebastian
2024-03-27 01:30:14 +01:00
parent 5024d5a1c5
commit 17fba3bb43

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
geth-mainnet: geth-mainnet:
image: ethereum/client-go:v1.13.12 image: ethereum/client-go:v1.13.14
expose: expose:
# HTTP server / GraphQL API # HTTP server / GraphQL API
- 8545 - 8545
@@ -46,7 +46,7 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- "geth-mainnet_data:/root/.ethereum" - "geth-mainnet:/root/.ethereum"
- ".jwtsecret:/jwtsecret" - ".jwtsecret:/jwtsecret"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m
@@ -64,7 +64,7 @@ services:
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus" - "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
prysm-mainnet: prysm-mainnet:
image: prysmaticlabs/prysm-beacon-chain:stable image: prysmaticlabs/prysm-beacon-chain:v5.0.1
ports: ports:
#- "127.0.0.1:3500:3500" #- "127.0.0.1:3500:3500"
- "13000:13000" - "13000:13000"
@@ -83,11 +83,11 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- "prysm-mainnet_data:/data" - "prysm-mainnet:/data"
- ".jwtsecret:/jwtsecret" - ".jwtsecret:/jwtsecret"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:
prysm-mainnet_data: prysm-mainnet:
geth-mainnet_data: geth-mainnet: