diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 9e9eb11..869c897 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -49,7 +49,6 @@ services: labels: nas-compose.boostrap: true traefik.enable: true - traefik.http.routers.portainer.rule: HostRegexp(`portainer{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) traefik.http.services.portainer.loadbalancer.server.port: 9443 traefik.http.services.portainer.loadbalancer.server.scheme: https diff --git a/collectors.docker-compose.yml b/collectors.docker-compose.yml index ef1142b..4a55a8b 100644 --- a/collectors.docker-compose.yml +++ b/collectors.docker-compose.yml @@ -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: diff --git a/downloads.docker-compose.yml b/downloads.docker-compose.yml index 2573299..69181b6 100644 --- a/downloads.docker-compose.yml +++ b/downloads.docker-compose.yml @@ -21,7 +21,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.prowlarr.rule: HostRegexp(`prowlarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) flaresolverr: image: ngosang/flaresolverr:3.0.0.beta3 #TODO: Move to a stable version! restart: unless-stopped diff --git a/notifications.docker-compose.yml b/notifications.docker-compose.yml index b0d5d1b..3044af2 100644 --- a/notifications.docker-compose.yml +++ b/notifications.docker-compose.yml @@ -16,7 +16,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.gotify.rule: HostRegexp(`gotify{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) networks: gotify: diff --git a/services/traefik/configs/traefik.yml b/services/traefik/configs/traefik.yml index 001ed75..e0ec057 100644 --- a/services/traefik/configs/traefik.yml +++ b/services/traefik/configs/traefik.yml @@ -3,6 +3,7 @@ providers: endpoint: tcp://docker:2375 exposedByDefault: false network: traefik + defaultRule: Host(`{{ .Name }}{subdomain:dev.dedicated.contact`) serverstransport: insecureskipverify: true diff --git a/utilities.docker-compose.yml b/utilities.docker-compose.yml index 1dcd38f..383ebb7 100644 --- a/utilities.docker-compose.yml +++ b/utilities.docker-compose.yml @@ -27,7 +27,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.smokeping.rule: HostRegexp(`smokeping{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`) ddclient: image: linuxserver/ddclient