Extract qbittorrent creds into env vars

This commit is contained in:
Jordan
2023-05-25 16:44:43 -04:00
parent 3b27e1ab3e
commit 07f58ccf9b
2 changed files with 4 additions and 2 deletions

View File

@@ -167,8 +167,8 @@ services:
- homepage.weight=5
- homepage.widget.type=qbittorrent
- homepage.widget.url=http://vpn:8080
- homepage.widget.username=admin
- homepage.widget.password=adminadmin
- homepage.widget.username=${QBITTORRENT_USERNAME}
- homepage.widget.password=${QBITTORRENT_PASSWORD}
vpn:
image: thrnz/docker-wireguard-pia
container_name: vpn