• 3 Posts
  • 185 Comments
Joined 4 months ago
cake
Cake day: December 24th, 2025

help-circle

















  • For docker compose I have a part of the script that gets all subdirs of “projects” dir and for each one does an update (that way any new service will be updated without having manually specify in the script) for everything else I just hard coded the update process.

    Generally 90% of my updates are just running the script, on the other 10% I do some manual work (like updating configs, etc)

    But for the most part this is me refusing to use already existing tools that could probably do most of this better