move the ip whitelist to the traefik container
This commit is contained in:
@@ -14,7 +14,6 @@ services:
|
||||
command: "--goerli --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .goerli --verbosity 3 --metrics.addr 0.0.0.0 --pprof.addr 0.0.0.0"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"
|
||||
- "traefik.http.middlewares.geth-goerli-stripprefix.stripprefix.prefixes=/goerli"
|
||||
- "traefik.http.services.geth-goerli.loadbalancer.server.port=8545"
|
||||
- "traefik.http.routers.geth-goerli.entrypoints=websecure"
|
||||
|
||||
Reference in New Issue
Block a user