autorestart
This commit is contained in:
@@ -51,6 +51,7 @@ services:
|
||||
command: "--rinkeby --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .rinkeby --verbosity 3"
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
geth-ropsten:
|
||||
image: ethereum/client-go:latest
|
||||
@@ -63,6 +64,7 @@ services:
|
||||
command: "--ropsten --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .ropsten --verbosity 3"
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
geth-mainnet:
|
||||
image: ethereum/client-go:latest
|
||||
@@ -75,6 +77,7 @@ services:
|
||||
command: "--http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .mainnet --verbosity 3"
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
erigon-trace:
|
||||
image: thorax/erigon
|
||||
@@ -86,6 +89,7 @@ services:
|
||||
command: erigon --chain mainnet --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
rpcdaemon:
|
||||
image: thorax/erigon:latest
|
||||
@@ -108,6 +112,7 @@ services:
|
||||
command: "/avalanchego/build/avalanchego --http-host="
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
pocket-testnet:
|
||||
image: poktnetwork/pocket-core:stagenet-latest
|
||||
@@ -127,6 +132,7 @@ services:
|
||||
- pocket-testnet:/home/app/.pocket
|
||||
networks:
|
||||
- pocket
|
||||
restart: unless-stopped
|
||||
|
||||
pocket-mainnet:
|
||||
image: poktnetwork/pocket-core:stagenet-latest
|
||||
@@ -154,6 +160,7 @@ services:
|
||||
- "traefik.http.routers.pocket-mainnet.rule=Host(`$DOMAIN`)"
|
||||
- "traefik.http.routers.pocket-mainnet.entrypoints=websecure"
|
||||
- "traefik.http.routers.pocket-mainnet.tls.certresolver=myresolver"
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
geth-goerli:
|
||||
|
||||
Reference in New Issue
Block a user