Comment on Quadlets might make me finally stop using docker-compose
shadowbert@kbin.social 1 year 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@lemthony.com 1 year ago
Couldn’t you just create a compose file for a database separately?
shadowbert@kbin.social 1 year 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.