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

@@ -55,6 +55,7 @@ services:
- /slowdisk:/slowdisk
labels:
- traefik.enable=true
- traefik.http.middlewares.scroll-mainnet-l2geth-archive-leveldb-hash-set-path.replacepath.path=
- traefik.http.middlewares.scroll-mainnet-l2geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/scroll-mainnet-archive
- traefik.http.services.scroll-mainnet-l2geth-archive-leveldb-hash.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.scroll-mainnet-l2geth-archive-leveldb-hash.entrypoints=websecure}

View File

@@ -57,6 +57,7 @@ services:
- /slowdisk:/slowdisk
labels:
- traefik.enable=true
- traefik.http.middlewares.scroll-sepolia-l2geth-archive-leveldb-hash-set-path.replacepath.path=
- traefik.http.middlewares.scroll-sepolia-l2geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/scroll-sepolia-archive
- traefik.http.services.scroll-sepolia-l2geth-archive-leveldb-hash.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.scroll-sepolia-l2geth-archive-leveldb-hash.entrypoints=websecure}