Enable authentication on all simple servies

This commit is contained in:
Colin Hebert
2023-01-16 20:18:11 +01:00
parent c9e221a03d
commit 382f12389e
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file
lazylibrarian: lazylibrarian:
image: linuxserver/lazylibrarian image: linuxserver/lazylibrarian
@@ -32,6 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file
sonarr: sonarr:
image: linuxserver/sonarr image: linuxserver/sonarr
@@ -63,6 +65,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file
bazarr: bazarr:
image: linuxserver/bazarr image: linuxserver/bazarr
@@ -77,6 +80,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file
ombi: ombi:
image: linuxserver/ombi image: linuxserver/ombi

View File

@@ -18,6 +18,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authelia@file
flaresolverr: flaresolverr:
image: flaresolverr/flaresolverr image: flaresolverr/flaresolverr