Skip to content

Commit

Permalink
Remove geoblock middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Aug 27, 2023
1 parent 6d85ca5 commit 6f735b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ services:
- traefik.http.routers.traefik.tls.domains[0].main=${DOMAIN}
- traefik.http.routers.traefik.middlewares=frontend
- traefik.http.middlewares.frontend.basicAuth.users=${HASHED_ADMIN_USER_PASS}
- traefik.http.routers.traefik.middlewares=geoblock
# - traefik.http.middlewares.my-geoblock.plugin.geoblock.allowLocalRequests=true
# - 'traefik.http.middlewares.my-geoblock.plugin.geoblock.api=https://get.geojs.io/v1/ip/country/{ip}'
# - traefik.http.middlewares.my-geoblock.plugin.geoblock.countries=IN
# - traefik.http.middlewares.my-geoblock.plugin.logAllowedRequests=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- traefik-le:/letsencrypt
Expand Down

0 comments on commit 6f735b7

Please sign in to comment.