services: unpackerr: image: golift/unpackerr container_name: unpackerr restart: unless-stopped network_mode: "host" environment: - UN_DEBUG=false - /docker/qbittorrent/unpackerr-config:/config # --- qBittorrent Configuration --- - UN_QBITTORRENT_URL=http://172.16.201.202:8080 - UN_QBITTORRENT_USERNAME=jkilloran - UN_QBITTORRENT_PASSWORD=Pizzajam11 - UN_QBITTORRENT_CATEGORIES=tv,movies,music,other # --- Whisparr Configuration --- - UN_WHISPARR_0_URL=http://172.16.201.202:6969 - UN_WHISPARR_0_API_KEY=${UN_WHISPARR_KEY} - UN_WHISPARR_0_PATHS=/q-downloads # --- Sonarr Configuration --- - UN_SONARR_0_URL=http://172.16.201.202:8989 - UN_SONARR_0_API_KEY=${UN_SONARR_KEY} - UN_SONARR_0_PATHS=/q-downloads # --- Radarr Configuration --- - UN_RADARR_0_URL=http://172.16.201.202:7878 - UN_RADARR_0_API_KEY=${UN_RADARR_KEY} - UN_RADARR_0_PATHS=/q-downloads # --- Lidarr Configuration --- - UN_LIDARR_0_URL=http://172.16.201.202:8686 - UN_LIDARR_0_API_KEY=${UN_LIDARR_KEY} - UN_LIDARR_0_PATHS=/q-downloads # --- Behaviour Configuration --- - UN_DELETE_ORIGINALS=false - UN_DELETE_AFTER=0 - UN_MOVE_BACK=false volumes: # Match qBittorrent's completed/incomplete folders - /mnt/SATA-22TB-host15/qbittorrent/downloads:/q-downloads - /mnt/SATA-22TB-host15/qbittorrent/completed:/q-completed # Optionally, if media folders are also here, map them too