version tags
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
erigon-mainnet-fullnode:
|
||||
image: thorax/erigon:v2.58.1
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.58.1}
|
||||
user: root
|
||||
expose:
|
||||
- "16630"
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
- "traefik.http.routers.erigon-mainnet-fullnode.middlewares=erigon-mainnet-fullnode-stripprefix, ipwhitelist"
|
||||
|
||||
prysm-mainnet-erigon-fullnode:
|
||||
image: prysmaticlabs/prysm-beacon-chain:v5.0.1
|
||||
image: prysmaticlabs/prysm-beacon-chain:${PRYSM_VERSION:-v5.0.1}
|
||||
expose:
|
||||
- 3500
|
||||
ports:
|
||||
|
||||
@@ -3,7 +3,7 @@ version: '3.1'
|
||||
services:
|
||||
|
||||
erigon-gnosis-fullnode:
|
||||
image: thorax/erigon:v2.58.1
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.58.1}
|
||||
user: root
|
||||
volumes:
|
||||
- "gnosis-fullnode_data:/datadir"
|
||||
@@ -46,8 +46,8 @@ services:
|
||||
driver: local
|
||||
|
||||
|
||||
lodestar-gnosis-fulnlode:
|
||||
image: chainsafe/lodestar:v1.12.0
|
||||
lodestar-gnosis-fullnode:
|
||||
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.17.0}
|
||||
restart: always
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
erigon-polygon-mumbai-fullnode:
|
||||
image: thorax/erigon:v2.57.3
|
||||
image: thorax/erigon:${ERIGON_VERSION:-v2.57.3}
|
||||
user: root
|
||||
volumes:
|
||||
- "polygon-mumbai-erigon-fullnode:/datadir"
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
polygon-erigon-fullnode:
|
||||
image: thorax/erigon:v2.57.3
|
||||
image: thorax/erigon${ERIGON_VERSION:-:v2.57.3}
|
||||
user: root
|
||||
volumes:
|
||||
- "polygon-erigon-fullnode:/datadir"
|
||||
|
||||
Reference in New Issue
Block a user