save more money
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-sepolia:
|
geth-sepolia:
|
||||||
image: ethereum/client-go:v1.14.3
|
image: ethereum/client-go:${GETH_VERSION:-v1.14.3}
|
||||||
expose:
|
expose:
|
||||||
# HTTP server / GraphQL API
|
# HTTP server / GraphQL API
|
||||||
- 8545
|
- 8545
|
||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||||
|
|
||||||
prysm-sepolia:
|
prysm-sepolia:
|
||||||
image: prysmaticlabs/prysm-beacon-chain:v5.0.3
|
image: prysmaticlabs/prysm-beacon-chain:${PRYSM_VERSION:-v5.0.3}
|
||||||
ports:
|
ports:
|
||||||
#- "127.0.0.1:3500:3500"
|
#- "127.0.0.1:3500:3500"
|
||||||
- "13000:13000"
|
- "13000:13000"
|
||||||
|
|||||||
Reference in New Issue
Block a user