Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/gnosis/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8545
ETH1_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
15 changes: 10 additions & 5 deletions deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:

nethermind:
container_name: nethermind_gnosis
image: nethermind/nethermind:1.14.0
image: nethermind/nethermind:1.14.6
restart: always
command:
- --config=xdai
Expand All @@ -129,7 +129,11 @@ services:
- --JsonRpc.EnabledModules=Net,Eth,Consensus,Subscribe,Web3,Client,Health,Txpool
- --JsonRpc.Host=0.0.0.0
- --JsonRpc.Port=8545
volumes: ["nethermind:/data"]
- --JsonRpc.JwtSecretFile=/jwtsecret
- --JsonRpc.EnginePort=8551
- --JsonRpc.EngineHost=0.0.0.0
- --JsonRpc.EngineEnabledModules=Net,Eth,Subscribe,Engine,Web3,Client
volumes: ["nethermind:/data","../configs/jwtsecret:/jwtsecret"]
profiles: ["nethermind"]
networks:
gnosis:
Expand All @@ -138,7 +142,7 @@ services:

lighthouse:
container_name: lighthouse_gnosis
image: sigp/lighthouse:v3.1.0
image: sigp/lighthouse:v3.3.0
restart: always
command:
- lighthouse
Expand All @@ -148,9 +152,10 @@ services:
- --http
- --http-address=0.0.0.0
- --http-port=5052
- --eth1-endpoints
- --execution-endpoint
- $ETH1_ENDPOINT
volumes: ["lighthouse:/root/.lighthouse"]
- --execution-jwt=/jwtsecret
volumes: ["lighthouse:/root/.lighthouse","../configs/jwtsecret:/jwtsecret"]
profiles: ["lighthouse"]
networks:
gnosis:
Expand Down
8 changes: 4 additions & 4 deletions deploy/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_goerli
image: ethereum/client-go:v1.10.23
image: ethereum/client-go:v1.10.26
restart: always
command:
- --goerli
Expand All @@ -147,7 +147,7 @@ services:

besu:
container_name: besu_goerli
image: hyperledger/besu:22.7.1
image: hyperledger/besu:22.10.0
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

prysm:
container_name: prysm_goerli
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
restart: always
command:
- --goerli
Expand All @@ -197,7 +197,7 @@ services:

lighthouse:
container_name: lighthouse_goerli
image: sigp/lighthouse:v3.1.0
image: sigp/lighthouse:v3.3.0
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/harbour_goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_goerli
image: ethereum/client-go:v1.10.23
image: ethereum/client-go:v1.10.26
restart: always
command:
- --goerli
Expand All @@ -147,7 +147,7 @@ services:

besu:
container_name: besu_harbour_goerli
image: hyperledger/besu:22.7.1
image: hyperledger/besu:22.10.0
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

prysm:
container_name: prysm_harbour_goerli
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
restart: always
command:
- --prater
Expand All @@ -197,7 +197,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_goerli
image: sigp/lighthouse:v3.1.0
image: sigp/lighthouse:v3.3.0
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/harbour_mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_mainnet
image: ethereum/client-go:v1.10.23
image: ethereum/client-go:v1.10.26
restart: always
command:
- --mainnet
Expand All @@ -147,7 +147,7 @@ services:

besu:
container_name: besu_harbour_mainnet
image: hyperledger/besu:22.7.1
image: hyperledger/besu:22.10.0
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

prysm:
container_name: prysm_harbour_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
restart: always
command:
- --mainnet
Expand All @@ -196,7 +196,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_mainnet
image: sigp/lighthouse:v3.1.0
image: sigp/lighthouse:v3.3.0
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_mainnet
image: ethereum/client-go:v1.10.23
image: ethereum/client-go:v1.10.26
restart: always
command:
- --mainnet
Expand All @@ -147,7 +147,7 @@ services:

besu:
container_name: besu_mainnet
image: hyperledger/besu:22.7.1
image: hyperledger/besu:22.10.0
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

prysm:
container_name: prysm_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
restart: always
command:
- --datadir=/data
Expand All @@ -195,7 +195,7 @@ services:

lighthouse:
container_name: lighthouse_mainnet
image: sigp/lighthouse:v3.1.0
image: sigp/lighthouse:v3.3.0
restart: always
command:
- lighthouse
Expand Down