Is there a set of best practices for deploying Electric Eel Apps?
I’ve already deployed many Arr apps each with its own config data pool (ie: /mnt/App_Data/App_Name) and wondered if this is the ideal method. Also, what about config data pools for custom apps? Would installing Portainer or Dockge first be better in the long run? If using custom yaml scripts, do the installed apps get their own container?
My apologies for all the questions, but Docker is new to me and I’m still trying to make sense of the TrueNAS docs.
I use your same dataset pattern for my apps, most of the time i have 1 more level (like …/app_name/config or …/app_name/db) depending on app volumes layout; i find this way Is the most tidy (totally personal opinion).
Nor Portainer and Dockge (but also EEL GUI) are container management tools, the final result will be the same for all… Pick what you like more!
Personally, i use Portainer since from i virtualized docker on Core… Don’t liked so much new EEL GUI nor deployng from catalogue and using yaml