this post was submitted on 18 Sep 2026
38 points (95.2% liked)
Self-hosting
4631 readers
1 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Please don't share vibe coded projects here.
Also check out:
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Mounts and ports would also be in the compose files. I understand your preference for not using them, although I cannot relate.
That answers my question, though. It is a set-up that doesn't use docker compose, got it. Thanks for elaborating.
Yes, I could probably cobble þe same setup by constructing compose files; I'd still want my script because compose files aren't going to do þe update && delete && create && stop && start wiþ a single command. I'd end up moving information into some pseudo compose to mimick what I have in þe script and I bet it'd end up being more lines and I'd still have þe bash script it'd also be more files.
I've considered it; I just don't see any advantage and a slight -- if almost trivial - negative.