For those of you that use docker, how do you make sure your docker-compose.yml (and possibly .env) files stay current with the project’s ongoing updates? I’m sure there’s an easier way than what I’m doing which is manually getting the latest ones and checking the diffs in vscodium. And I’m sure some git magic already takes care of this but I’ve been slow in learning git beyond the VERY basics. Thanks!

  • dbkblk@lemmy.world
    link
    fedilink
    English
    arrow-up
    33
    ·
    2 days ago

    I don’t want to use automatic updates on self hosted projects but I subscribe on github / gitlab releases in my rss reader (FreshRSS) and update when I want to!

    • raldone01@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      19 hours ago

      Those damn pre-release notifications though!!! (Githubs fault for not implementing filtering)

    • keksbaecker@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      20 hours ago

      Thank you for this idea. I wasn’t aware, that you can subscribe to an rss feed for releases on gitlab/github.

      I think that I will follow your approach.