Enable authelia for Calibre/Calibre-web

This commit is contained in:
Colin Hebert
2023-02-25 18:48:53 +11:00
parent c37412f73c
commit 4c36e4f2fa

View File

@@ -17,6 +17,7 @@ services:
labels:
traefik.enable: true
traefik.http.services.calibre.loadbalancer.server.port: 8080
traefik.http.routers.calibre.middlewares: authelia@file
calibre-web:
hostname: calibre-web
@@ -33,6 +34,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.calibre-web.middlewares: authelia@file
networks:
calibre: