Nope. GP explicitly mentioned security experts that Fedora employs and other security stuff that Fedora apparently has an advantage on over other distros. I wonder if they knew in particular what these advantages are because that got me curious.
Sounds like trying to use a rolled up newspaper to kill a fly.
Isn't this what tech/sysadmin solutions are all about now? 😆
You can do it with janky restarts of your reverse proxy container, which results in down time of all apps
Yet to see if this solution breaks up my other services but it currently fixes the downtime I've recently been having with the searxng docker + NPM setup.
Use something like traefik, where you can allow it to connect to your docker socket (just like watchtower), and automatically wire up the new container’s reverse proxy when it comes back online.
NPM covers most of my needs plus traefik doesn't work for me (due to other reasons unrelated to the tech).
No worries. I ended up writing a systemd service that restarts the npm container a minute after the watchtower runs. I don't know why I didn't think of that earlier but I guess it's a much simpler solution than using depends_on with npm which hosts a lot of my other services.
This is the correct answer. Takes a little bit of tinkering to setup but it's free and works. Just make sure to change the default DNS endpoints from Cloudflare and Google to something more private.
I'm currently happy with it