Enable authentication on traefik

This commit is contained in:
Colin Hebert
2023-01-24 08:57:56 +01:00
parent 7e5d2d881f
commit 4a9bdfe8a0

View File

@@ -31,6 +31,7 @@ services:
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.traefik.service: api@internal traefik.http.routers.traefik.service: api@internal
traefik.http.routers.traefik.middlewares: authelia@file
networks: networks:
reverse-proxy: reverse-proxy: