move the ip whitelist to the traefik container

This commit is contained in:
czarly
2022-03-15 14:35:57 +04:00
parent 165a7426d1
commit 5c06b75b12
14 changed files with 6 additions and 18 deletions

View File

@@ -17,7 +17,6 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.evmos-stripprefix.stripprefix.prefixes=/evmos"
- "traefik.http.middlewares.ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"
- "traefik.http.services.evmos.loadbalancer.server.port=8545"
- "traefik.http.routers.evmos.entrypoints=websecure"
- "traefik.http.routers.evmos.tls.certresolver=myresolver"