tag the image versions for more stability
This commit is contained in:
2
bsc.yml
2
bsc.yml
@@ -3,7 +3,7 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
binance-smart-chain:
|
binance-smart-chain:
|
||||||
image: dysnix/bsc
|
image: dysnix/bsc:v1.1.8
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
- "8546"
|
- "8546"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
erigon-trace:
|
erigon-trace:
|
||||||
image: thorax/erigon
|
image: thorax/erigon:v2022.02.04
|
||||||
expose:
|
expose:
|
||||||
- "30303"
|
- "30303"
|
||||||
- "30304"
|
- "30304"
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
rpcdaemon:
|
rpcdaemon:
|
||||||
image: thorax/erigon:latest
|
image: thorax/erigon:v2022.02.04
|
||||||
command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090 --txpool.api.addr=erigon-trace:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool --ws
|
command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090 --txpool.api.addr=erigon-trace:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool --ws
|
||||||
pid: service:erigon-trace # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
|
pid: service:erigon-trace # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
version: '3.1'
|
version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
evmos:
|
evmos:
|
||||||
image: tharsishq/evmos:latest
|
image: tharsishq/evmos:v2.0.1
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-mainnet:
|
geth-mainnet:
|
||||||
image: ethereum/client-go:stable
|
image: ethereum/client-go:v1.10.16
|
||||||
expose:
|
expose:
|
||||||
# HTTP server / GraphQL API
|
# HTTP server / GraphQL API
|
||||||
- 8545
|
- 8545
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-goerli:
|
geth-goerli:
|
||||||
image: ethereum/client-go:latest
|
image: ethereum/client-go:v1.10.16
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
- "6060"
|
- "6060"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-rinkeby:
|
geth-rinkeby:
|
||||||
image: ethereum/client-go:latest
|
image: ethereum/client-go:v1.10.16
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
- "6060"
|
- "6060"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-ropsten:
|
geth-ropsten:
|
||||||
image: ethereum/client-go:latest
|
image: ethereum/client-go:v1.10.16
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
- "6060"
|
- "6060"
|
||||||
|
|||||||
Reference in New Issue
Block a user