• shadowbert
    link
    fedilink
    29 months ago

    Dependencies within unrelated projects (ie, sharing a single database container for a few unrelated apps) is something that would be pretty handy, and is missing from compose.

    Auto-updates are cool - but also dangerous… I think there’s something in running watchtower manually like I have been - when something breaks straight after, I know the cause.

    • jjakc
      link
      fedilink
      English
      19 months ago

      Couldn’t you just create a compose file for a database separately?

      • shadowbert
        link
        fedilink
        19 months ago

        I don’t really understand what you’re suggesting. Having a seperate compose file for your database would “work”, but you’d lack any of the dependency handling.