Add Authentik to Traefik

This commit is contained in:
Joey Hafner 2022-07-09 00:09:56 -07:00
parent 9119f72f13
commit 8f826b8007

View File

@ -17,6 +17,8 @@ services:
- ./config:/config
- $DOCKER_DATA/acme.json:/acme.json
- ./.htpasswd:/.htpasswd
labels:
- traefik.http.routers.traefik.middlewares=authentik@file
networks:
web: