Set authentication on all services

This commit is contained in:
Colin Hebert
2023-01-07 14:50:10 +01:00
parent 4f60680307
commit 1308488a22
7 changed files with 40 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.mylar.middlewares: authentik@file
lazylibrarian:
image: linuxserver/lazylibrarian
@@ -32,6 +33,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.lazylibrarian.middlewares: authentik@file
sonarr:
image: linuxserver/sonarr
@@ -47,6 +49,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.sonarr.middlewares: authentik@file
radarr:
image: linuxserver/radarr
@@ -62,6 +65,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.radarr.middlewares: authentik@file
bazarr:
image: linuxserver/bazarr
@@ -76,6 +80,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.bazarr.middlewares: authentik@file
ombi:
image: linuxserver/ombi
@@ -90,6 +95,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.ombi.middlewares: authentik@file
networks:
traefik: