Update to working tags for traefik-forward-auth

This commit is contained in:
Joey Hafner 2024-07-17 15:42:17 -07:00
parent df60566d3c
commit e34c840305
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ services:
traefik.http.middlewares.keycloak-redirect.redirectregex.replacement: https://$$1/admin"
forwardauth:
image: mesosphere/traefik-forward-auth@sha256:116b3d1ffd4c7a8c4e26f20789e3dd84d9b5555afecab14063d48bdce8a7e468
image: thomseddon/traefik-forward-auth@sha256:69a2c985d2c518b6f0e77161a98628a148a5d964e4e84fc52cc62e19bb4da634
container_name: keycloak_forwardauth
networks:
web:
@ -50,7 +50,7 @@ services:
- "traefik.http.routers.forwardauth.tls.certresolver=lets-encrypt"
forwardauth-privileged:
image: mesosphere/traefik-forward-auth@sha256:116b3d1ffd4c7a8c4e26f20789e3dd84d9b5555afecab14063d48bdce8a7e468
image: thomseddon/traefik-forward-auth@sha256:69a2c985d2c518b6f0e77161a98628a148a5d964e4e84fc52cc62e19bb4da634
container_name: keycloak_forwardauth-privileged
networks:
web: