add authelia in front of qbittorrent

master
meftimes 2023-11-05 15:42:26 -05:00
parent a8d0b40797
commit 43bb4e798b
1 changed files with 3 additions and 2 deletions

View File

@ -28,8 +28,8 @@ services:
- PGID=1001 - PGID=1001
- TZ=America/New_York - TZ=America/New_York
volumes: volumes:
- /home/meftimes/docker/gluetun-qbittorrent/config:/config - /media/qbittorrent/config:/config
- /home/meftimes/docker/gluetun-qbittorrent/downloads:/downloads - /media/qbittorrent/downloads:/downloads
restart: unless-stopped restart: unless-stopped
network_mode: service:gluetun network_mode: service:gluetun
depends_on: depends_on:
@ -40,6 +40,7 @@ services:
- "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure" - "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure"
- "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)" - "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)"
- "traefik.http.routers.qbittorrent-websecure.service=qbittorrent-websecure" - "traefik.http.routers.qbittorrent-websecure.service=qbittorrent-websecure"
- "traefik.http.routers.transmission.middlewares=authelia@docker"
- "traefik.http.services.qbittorrent-websecure.loadbalancer.server.port=8080" - "traefik.http.services.qbittorrent-websecure.loadbalancer.server.port=8080"
networks: networks: