This commit is contained in:
Para Dox
2025-04-15 14:02:34 +07:00
parent 3d3b59e13a
commit ce7f425339
236 changed files with 236 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ services:
- /slowdisk:/slowdisk
labels:
- traefik.enable=true
- traefik.http.middlewares.ethereum-holesky-geth-pruned-pebble-path-set-path.replacepath.path=
- traefik.http.middlewares.ethereum-holesky-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-holesky
- traefik.http.services.ethereum-holesky-geth-pruned-pebble-path.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.ethereum-holesky-geth-pruned-pebble-path.entrypoints=websecure}

View File

@@ -58,6 +58,7 @@ services:
- /slowdisk:/slowdisk
labels:
- traefik.enable=true
- traefik.http.middlewares.ethereum-mainnet-geth-pruned-pebble-path-set-path.replacepath.path=
- traefik.http.middlewares.ethereum-mainnet-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-mainnet
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.ethereum-mainnet-geth-pruned-pebble-path.entrypoints=websecure}

View File

@@ -58,6 +58,7 @@ services:
- /slowdisk:/slowdisk
labels:
- traefik.enable=true
- traefik.http.middlewares.ethereum-sepolia-geth-pruned-pebble-path-set-path.replacepath.path=
- traefik.http.middlewares.ethereum-sepolia-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-sepolia
- traefik.http.services.ethereum-sepolia-geth-pruned-pebble-path.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.ethereum-sepolia-geth-pruned-pebble-path.entrypoints=websecure}