Im following this guide (https://www.smarthomebeginner.com/docker-home-media-server-2018-basic/) using an old laptop as the docker server, in order to migrate the "load" from my synology NAS. This is my first go at using Ubuntu, so im getting my head around it, but I am stuck at how to load my databases into radarr/sonarr/lidarr from the synology NAS.
The setup should work like this.
Standalone server:
NZBGet would download to the server and unpack into completed folder.
Radarr/Sonarr/Lidarr would then scan completed downloads for files and then transfer to the NAS once complete. So all folders should be on the server except for the NAS completed database.
In my "nano ~/docker/docker-compose.yml" I have
Radarr – Movie Download and Management
radarr:
image: "linuxserver/radarr"
container_name: "radarr"
volumes:
- ${USERDIR}/docker/radarr:/config
- ${USERDIR}/Downloads/completed:/downloads ***Is this the directory to look for when the downloads are completed?
- ${USERDIR}/media/movies:/movies ***just hashed this out as it isnt needed
- //< IP of nas >/volume1/movies ***Assuming this line will be the library but what else do I need to add to make it work?
- "/etc/localtime:/etc/localtime:ro"
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:XXXX"
restart: always
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
So I just need to figure out how to point these three programs to their respective databases on the NAS. I have been able to mount the drives and can access them on Ubuntu, but dont know the steps for the dockers. Once I have mapped the right directories, im hoping this will then be reflected in the settings folder of radarr for example, and will show the "drive size" available to be able to confirm this.
Then importing should either show up in the list in Radarr- Import Folder or ill have to navigate to the drive via //ip address/ or //server-name/?