Skip to main content

Installation

RadarrActual Budget can be installed by following the Portainer guide for creating a new stack.  Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:

---
services:
  radarr:actual-server:
    image: lscr.docker.io/linuxserver/radarr:actualbudget/actual-server:latest
    container_name: radarractual-server
    network_mode: bridge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Vancouver
    volumes:
      # Persistent Data
      - /srv/radarr:actual-budget:/config

      # Media Folders
      - /mnt/movies:/mmt/movies

      # Downloads Folder
      - /mnt/downloads:/mnt/downloadsdata
    ports:
      - 7878:78785006:5006
    restart: unless-stopped