Home Catalog Unpackerr
Media & Streaming

Unpackerr

Automatically extracts downloaded archives for Radarr, Sonarr, Lidarr, and torrent downloads.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Medium
Default Port: Headless Daemon

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  unpackerr:
    image: "golift/unpackerr:latest"
    container_name: njorddeploy-unpackerr
    restart: unless-stopped
    environment:
      - TZ=UTC
    volumes:
      - "./data/transmission/downloads:/downloads"
      - "./data/qbittorrent/downloads:/downloads_qbit"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
UNPACKERR_METRICS_PORT 8114 Unpackerr web interface port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.