Skip to content

Arr Base

Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) containing common dependencies.

Port SET_ARR_BASE_PORT
Registry ghcr.io/daemonless/arr-base
Tags :latest
Source github.com/daemonless/arr-base

Quick Start

podman run -d --name arr-base \
  ghcr.io/daemonless/arr-base:latest
services:
  arr-base:
    image: ghcr.io/daemonless/arr-base:latest
    container_name: arr-base
    environment:
    volumes:
    ports:
    restart: unless-stopped
- name: Deploy arr-base
  containers.podman.podman_container:
    name: arr-base
    image: ghcr.io/daemonless/arr-base:latest
    state: started
    restart_policy: always

Environment Variables

Variable Default Description

Volumes

Path Description

Ports

Port Protocol Description

Notes

  • User: root (UID/GID set via PUID/PGID)
  • Base: Built on ghcr.io/daemonless/base (FreeBSD)