This is a Docker Stack to deploy Sonarr, Radarr, Jackett, and qBittorrent. With Jacket and qBittorrent connecting to NordVPN.
All apps connect to a shared volume that connects to a NAS SMB share using CIFS.
- NordVPN: https://github.com/bubuntux/nordvpn#environment-variables
- qBittorrent: https://hub.docker.com/r/linuxserver/qbittorrent
- Jackett: https://hub.docker.com/r/linuxserver/jackett/
- Sonarr: https://hub.docker.com/r/linuxserver/sonarr
- Radarr: https://hub.docker.com/r/linuxserver/radarr
- Servarr Wiki: https://wiki.servarr.com/
Docker Environment Variables:
Variable | Notes |
---|---|
nordUser | NordVPN username/email |
nordPass | NordVPN password |
nasUser | The service username on NAS host |
nasPass | The service password on NAS host |
LAN | Whitelist your local area network so the apps connect via NordVPN can be accessed. Example: 192.168.1.0/24 |
smbSharePath | Network path to your SMB share Example: //192.168.1.18/Media |