From a63cd1171a6b088a2ba986de5f6445d40784145b Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 22 Jan 2023 10:46:32 +0100 Subject: [PATCH] Create different routers for the different services --- services/book-collector/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/book-collector/docker-compose.yml b/services/book-collector/docker-compose.yml index 6fada3f..13a701d 100644 --- a/services/book-collector/docker-compose.yml +++ b/services/book-collector/docker-compose.yml @@ -18,7 +18,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.readarr.middlewares: authelia@file + traefik.http.routers.readarr-audiobook.middlewares: authelia@file readarr-ebook: hostname: raeadarr-ebook @@ -37,7 +37,7 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.readarr.middlewares: authelia@file + traefik.http.routers.readarr-ebook.middlewares: authelia@file networks: reverse-proxy: