From 43bb4e798b4155cf8c813f9417a8a44130d67f8d Mon Sep 17 00:00:00 2001 From: meftimes Date: Sun, 5 Nov 2023 15:42:26 -0500 Subject: [PATCH] add authelia in front of qbittorrent --- gluetun-qbittorrent/gluetun-qbittorrent.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gluetun-qbittorrent/gluetun-qbittorrent.yml b/gluetun-qbittorrent/gluetun-qbittorrent.yml index 837945a..e799169 100644 --- a/gluetun-qbittorrent/gluetun-qbittorrent.yml +++ b/gluetun-qbittorrent/gluetun-qbittorrent.yml @@ -28,8 +28,8 @@ services: - PGID=1001 - TZ=America/New_York volumes: - - /home/meftimes/docker/gluetun-qbittorrent/config:/config - - /home/meftimes/docker/gluetun-qbittorrent/downloads:/downloads + - /media/qbittorrent/config:/config + - /media/qbittorrent/downloads:/downloads restart: unless-stopped network_mode: service:gluetun depends_on: @@ -40,6 +40,7 @@ services: - "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure" - "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)" - "traefik.http.routers.qbittorrent-websecure.service=qbittorrent-websecure" + - "traefik.http.routers.transmission.middlewares=authelia@docker" - "traefik.http.services.qbittorrent-websecure.loadbalancer.server.port=8080" networks: