From e56575b088e4d0086c981b3d78f97a9f87982c29 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 29 Dec 2022 11:37:06 +0100 Subject: [PATCH] Declare independent routers --- collectors.docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collectors.docker-compose.yml b/collectors.docker-compose.yml index ed1532a..da80243 100644 --- a/collectors.docker-compose.yml +++ b/collectors.docker-compose.yml @@ -11,7 +11,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.bazarr.rule: HostRegexp(`mylar{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) + traefik.http.routers.mylar.rule: HostRegexp(`mylar{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) lazylibrarian: image: linuxserver/lazylibrarian @@ -23,7 +23,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.bazarr.rule: HostRegexp(`lazylibrarian{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) + traefik.http.routers.bazarr.lazylibrarian: HostRegexp(`lazylibrarian{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) sonarr: image: linuxserver/sonarr @@ -35,7 +35,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.bazarr.rule: HostRegexp(`sonarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) + traefik.http.routers.sonarr.rule: HostRegexp(`sonarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) radarr: image: linuxserver/radarr @@ -47,7 +47,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.bazarr.rule: HostRegexp(`radarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) + traefik.http.routers.radarr.rule: HostRegexp(`radarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) bazarr: image: linuxserver/bazarr