femtek@lemmy.blahaj.zone to Selfhosted@lemmy.worldEnglish · 2 days agoPortainer 3.0 is coming, and here's what it means for you — Portainerportainer.ioexternal-linkmessage-square44fedilinkarrow-up1117arrow-down16file-text
arrow-up1111arrow-down1external-linkPortainer 3.0 is coming, and here's what it means for you — Portainerportainer.iofemtek@lemmy.blahaj.zone to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square44fedilinkfile-text
minus-squareScott@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 days agoFor a lot of my remote hosted services managed with compose, I’ve just been hand rolling the compose files and ssh’ing in.
minus-squarenorthernlights@lemmy.todaylinkfedilinkEnglisharrow-up2·1 day agoHow do you detect outdated containers?
minus-squareScott@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-21 day agoI was using the watchtower updater until it got archived, thankfully there is a maintained fork now https://github.com/nicholas-fedor/watchtower I still need to figure out a auto update solution for my Argo managed services
minus-squarejustcallmelarry@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·edit-21 day agoNot who you responded to, but I do the same and have Pullio set up, which is lightweight and easy enough for my uses cases. I have a few containers set up for notifying only, but most my services I just let auto-update
For a lot of my remote hosted services managed with compose, I’ve just been hand rolling the compose files and ssh’ing in.
How do you detect outdated containers?
dockcheck
I was using the watchtower updater until it got archived, thankfully there is a maintained fork now
https://github.com/nicholas-fedor/watchtower
I still need to figure out a auto update solution for my Argo managed services
Not who you responded to, but I do the same and have Pullio set up, which is lightweight and easy enough for my uses cases.
I have a few containers set up for notifying only, but most my services I just let auto-update