Skip to content

Commit

Permalink
Update to latest Traefik v2
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 17, 2024
1 parent 4b2fe7c commit eaf7dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- dockersock4traefik

traefik:
image: traefik:v2.9
image: traefik:v2.11
container_name: traefik
restart: always
ports:
Expand All @@ -37,7 +37,7 @@ services:
- "traefik.http.middlewares.metrics-auth.basicauth.users=${METRICS_LOGIN}"
- "traefik.http.middlewares.metrics-auth.basicauth.removeheader=true"
- "traefik.http.middlewares.traefik-auth.basicauth.users=${TRAEFIK_DASH_LOGIN}"
- "traefik.http.middlewares.whitelist.ipwhitelist.sourcerange=${CF_WHITELIST},${UPTIMEROBOT_WHITELIST}"
- "traefik.http.middlewares.whitelist.ipallowlist.sourcerange=${CF_WHITELIST},${UPTIMEROBOT_WHITELIST}"
- "traefik.http.routers.api.rule=Host(`traefik.${DOMAIN}`)"
- "traefik.http.routers.api.tls.certresolver=letsencrypt"
- "traefik.http.routers.api.service=api@internal"
Expand Down

0 comments on commit eaf7dda

Please sign in to comment.