add authelia in front of qbittorrent
parent
a8d0b40797
commit
43bb4e798b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue