add ip whitelist

This commit is contained in:
cventastic
2021-12-27 11:36:06 +01:00
parent 1a6d7b9327
commit d7c6d409d7
3 changed files with 1 additions and 11 deletions

View File

@@ -29,5 +29,4 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.auth.basicauth.users=$AUTH_HTTP"
- "traefik.http.middlewares.test-ipwhitelist.ipwhitelist.sourcerange=$WHITELIST"