This commit is contained in:
goldsquid
2025-11-20 15:16:22 +07:00
parent adac66a6d5
commit 2fd8f76502
8 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services: services:
dshackle-free: dshackle-free:
image: drpcorg/dshackle:0.71.0 image: drpcorg/dshackle:0.71.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./free_configs:/etc/dshackle - ./free_configs:/etc/dshackle

View File

@@ -1,6 +1,6 @@
services: services:
dshackle: dshackle:
image: drpcorg/dshackle:0.71.0 image: drpcorg/dshackle:0.71.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./main_configs:/etc/dshackle - ./main_configs:/etc/dshackle

View File

@@ -60,6 +60,7 @@ services:
- --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com - --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com
- --chain=amoy - --chain=amoy
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots

View File

@@ -60,6 +60,7 @@ services:
- --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com - --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com
- --chain=amoy - --chain=amoy
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots

View File

@@ -60,6 +60,7 @@ services:
- --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com - --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com
- --chain=amoy - --chain=amoy
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots

View File

@@ -63,6 +63,7 @@ services:
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --db.pagesize=16k - --db.pagesize=16k
- --db.size.limit=16t - --db.size.limit=16t
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots

View File

@@ -61,6 +61,7 @@ services:
- --bor.heimdall=https://polygon-heimdall-rest.publicnode.com - --bor.heimdall=https://polygon-heimdall-rest.publicnode.com
- --chain=bor-mainnet - --chain=bor-mainnet
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots

View File

@@ -61,6 +61,7 @@ services:
- --bor.heimdall=https://polygon-heimdall-rest.publicnode.com - --bor.heimdall=https://polygon-heimdall-rest.publicnode.com
- --chain=bor-mainnet - --chain=bor-mainnet
- --datadir=/root/.local/share/erigon - --datadir=/root/.local/share/erigon
- --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.polygon-peers.io
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,ots