Use default router rule
This commit is contained in:
@@ -15,7 +15,6 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.mylar.rule: HostRegexp(`mylar{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||
|
||||
lazylibrarian:
|
||||
image: linuxserver/lazylibrarian
|
||||
@@ -31,7 +30,6 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.lazylibrarian.rule: HostRegexp(`lazylibrarian{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||
|
||||
sonarr:
|
||||
image: linuxserver/sonarr
|
||||
@@ -47,7 +45,6 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.sonarr.rule: HostRegexp(`sonarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||
|
||||
radarr:
|
||||
image: linuxserver/radarr
|
||||
@@ -63,7 +60,6 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.radarr.rule: HostRegexp(`radarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||
|
||||
bazarr:
|
||||
image: linuxserver/bazarr
|
||||
@@ -77,7 +73,6 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.bazarr.rule: HostRegexp(`bazarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
|
||||
Reference in New Issue
Block a user