Declare independent routers

This commit is contained in:
Colin Hebert
2022-12-29 11:37:06 +01:00
parent 5c328e5aeb
commit e56575b088

View File

@@ -11,7 +11,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true 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: lazylibrarian:
image: linuxserver/lazylibrarian image: linuxserver/lazylibrarian
@@ -23,7 +23,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true 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: sonarr:
image: linuxserver/sonarr image: linuxserver/sonarr
@@ -35,7 +35,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true 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: radarr:
image: linuxserver/radarr image: linuxserver/radarr
@@ -47,7 +47,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true 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: bazarr:
image: linuxserver/bazarr image: linuxserver/bazarr