Skip to content
Chaz Larson edited this page Mar 21, 2020 · 29 revisions

Create multiple (Sonarr / Radarr / Bazarr) containers

NOTE: the names have to be compliant with both domain names and docker names, so no funny business. Do not use anything but a-z and 0-9, no spaces, no commas, no colons, no dash, no exclamation marks, no nothing!

ALSO NOTE: All apps will prefix subdomain and docker container names with the name of the app. For example the subdomain and names of sonarrs docker containers will, with the default settings, be sonarr1080webdl and sonarr1080remux.

Create multiple Sonarr v3 container

  1. Edit settings.yml and change the sonarrx roles to what you want:

    NOTE: "" is to create sonarr.domain.com so remember to stop & remove any existing Cloudbox containers if you want to use SonarrX exclusively instead of the included Cloudbox ones.

    sonarrx:
      roles: ["", 1080webdl, 1080remux]
  2. Run the sonarrx role as a normal community role.

    cd ~/community
    sudo ansible-playbook community.yml --tags sonarrx

Create multiple Radarr containers

  1. Edit settings.yml and change the radarrx roles to what you want:

    NOTE: "" is to create radarr.domain.com so remember to stop & remove any existing Cloudbox containers if you want to use RadarrX exclusively instead of the included Cloudbox ones.

    radarrx:
     roles: ["", 1080webdl, 1080remux]
  2. Run the radarrx role as a normal community role.

    cd ~/community
    sudo ansible-playbook community.yml --tags radarrx

Create multiple Bazarr containers

  1. Edit settings.yml and change the bazarrx roles to what you want:

    bazarrx:
     roles: ["", 1080webdl, 1080remux]
    
  2. Run the bazarrx role as a normal community role.

    cd ~/community
    sudo ansible-playbook community.yml --tags bazarrx

Create a single Bazarr container

  1. Edit settings.yml and change the bazarrx roles to what you want:

    bazarrx:
     roles: [""]
    
  2. Run the bazarrx role as a normal community role.

    cd ~/community
    sudo ansible-playbook community.yml --tags bazarrx

Get Sonarr4k and Radarr4k Containers Again

  1. Edit settings.yml.

  2. Add the following:

    sonarrx:
     roles: [4k]
    radarrx:
     roles: [4k]
  3. Run the following tags:

    cd ~/community
    sudo ansible-playbook community.yml --tags sonarrx,radarrx
  4. Containers should be up and running again. With the same paths as were setup with CB, i.e. your data will have been migrated over.

Tips

Radarr

Caching

If you use NZBHydra2 as an indexer in Radarr create a duplicate entry with caching enabled as an additional parameter. Repeat for Sonarr.

Radarr Index Example

Install Guides

Repository

Apps

Misc Guides

General Stuff

Linux Stuff

Plex

Organizr

Downloading

STRM

Clone this wiki locally