Hi guys! Homelab Newb over here. Just a general question but i’ve been trying to do a bunch of research to no avail. On portainer let’s say i wanted to host all of the Arr suite with plex, how would i setup the storage for that. Would i just give the VM on proxmox a bunch of storage ?
I’m not sure about the portainer specifics but essentially yes. The VM running docker will need the storage and then each container will need a volume mounted to them from the host. In terms of where the media is inevitably stored, that volume can be mounted by multiple containers so they can all see it and do what they need to.
Bit of personal advice: host the arr suite directly on a machine. Don’t use docker.
I know others here are smarter than me, but I had a LOT of trouble when I started getting -arr apps to play nice between a temporary disk (temp destination) and my network drive (final destination) from within docker. Lots of permission issues.
It sounds like you’re already there with “give the VM on proxmox a bunch of storage” but thought it worth calling out.