This commit is contained in:
squidbear
2025-03-28 12:34:07 +01:00
parent ed6ed26de4
commit 5ab6790148
27 changed files with 30 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
services:
ethereum-holesky-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-holesky-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-holesky:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-mainnet-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-mainnet-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-mainnet:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-sepolia-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-sepolia-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
ethereum-sepolia:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
gnosis-chiado-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
gnosis-chiado-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
gnosis-chiado:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +1,6 @@
services:
linea-mainnet-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
linea-mainnet-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
linea-mainnet:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
linea-sepolia-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
linea-sepolia-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
linea-sepolia:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-amoy-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-amoy-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-amoy:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-mainnet-archive:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-mainnet-minimal:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}

View File

@@ -1,5 +1,6 @@
services:
polygon-mainnet:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}