fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-holesky-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-holesky-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-holesky:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-mainnet-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-mainnet-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-mainnet:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-sepolia-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-sepolia-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
ethereum-sepolia:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-chiado-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-chiado-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-chiado:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-mainnet-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
@@ -28,7 +29,7 @@ services:
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
- --chain=gnosis
|
||||
|
||||
- --prune.mode=archive
|
||||
- --port=10974
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-mainnet-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
@@ -28,7 +29,7 @@ services:
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
- --chain=gnosis
|
||||
|
||||
- --prune.mode=minimal
|
||||
- --port=10429
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
gnosis-mainnet:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
@@ -28,7 +29,7 @@ services:
|
||||
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
- --chain=gnosis
|
||||
|
||||
- --prune.mode=full
|
||||
- --port=10147
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-mainnet-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-mainnet-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-mainnet:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-sepolia-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-sepolia-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
linea-sepolia:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-amoy-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-amoy-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-amoy:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-mainnet-archive:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-mainnet-minimal:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
services:
|
||||
polygon-mainnet:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
|
||||
Reference in New Issue
Block a user