Hello guys,
I am lazy person, and I have to say that doing things via the GUI can be a little tedious at times because I need to do them one at a time and wait and so on
(examples: change VPN country means I have to manually down the VPN-container and all containers that run through it one by one then up them one by one again
same for pulling new versions, every single container needs to be pulled manually and then uped manually - that's a lot of steps)
So at first compose was easier but by now I understood that I can also just install new containers via SSH and the command lines. So technically I can just write myself a short python script to down all my containers, pull new versions and up them again in one step by setting up and also have that be a regular scheduled task so I don't even have to think about it myself anymore.
Here comes the question: Will the GUI be able to follow that process or will it loose it? As in will it notice that containers have been downed by bypassing the GUI and later respectively been UPed again?
I'm honestly to scared to just try it cause I don't wanna break things out of lack of understanding.
I'm also very open to an alternative solution to my lazy problem if there is any that's already implemented that I just haven't seen yet.
Greetings and thanks!