hopefully well

This commit is contained in:
squidbear
2025-03-28 04:18:47 +01:00
parent 8ba371176d
commit 4b54a6b074
84 changed files with 1312 additions and 677 deletions

View File

@@ -10,12 +10,11 @@ services:
ports:
- "10307:10307"
- "10307:10307/udp"
- "15307:15307"
- "15307:15307/udp"
- "20307:20307"
- "20307:20307/udp"
- "25307:25307"
- "25307:25307/udp"
- "25307:25307/udp"
- "30307:30307"
- "30307:30307/udp"
environment:
- "IP=${IP}"
volumes:
@@ -23,20 +22,17 @@ services:
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain amoy
--chain=amoy
--prune.mode=minimal
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--port=10307
--p2p.allowed-ports=25307
--p2p.allowed-ports=30307
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20307
--nat=extip:${IP}
--nat=extip:${IP}
--pprof
--pprof.addr=0.0.0.0
--pprof.port=6061
@@ -48,6 +44,9 @@ services:
--rpc.gascap=5000000000
--ws.port=8545
--ws
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20307
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
@@ -56,14 +55,11 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.polygon-amoy-erigon3-minimal-trace-stripprefix.stripprefix.prefixes=/polygon-amoy-minimal"
- "traefik.http.services.polygon-amoy-erigon3-minimal-trace.loadbalancer.server.port=8545"
- "traefik.http.routers.polygon-amoy-erigon3-minimal-trace.entrypoints=websecure"
- "traefik.http.routers.polygon-amoy-erigon3-minimal-trace.service=polygon-amoy-erigon3-minimal-trace"
- "traefik.http.routers.polygon-amoy-erigon3-minimal-trace.tls.certresolver=myresolver"
- "traefik.http.routers.polygon-amoy-erigon3-minimal-trace.rule=Host(`$DOMAIN`) && PathPrefix(`/polygon-amoy-minimal`)"
- "traefik.http.routers.polygon-amoy-erigon3-minimal-trace.middlewares=polygon-amoy-erigon3-minimal-trace-stripprefix, ipwhitelist"
volumes:
polygon-amoy-erigon3-minimal-trace: