Post #3546665
2026-07-02 12:20 UTC
@homelab@fedigroups.social Hey people, can anyone recommend a somewhat minimalist workflow for managing Docker compose container deployments (not with K8s) and integrating it with git? I'm looking at ways to make my current setup more GitOps-like, I ha e my stuff in a repo and deployments and updates are done with Ansible playbooks.
Replies (2)
-
@FritzAdalis@infosec.exchange 2026-07-03 01:24
@thedoctor@polymaths.social @homelab@fedigroups.social Somewhat related, I'd like to mount rootless podman compose volumes from vols defined in the compose file. I'd prefer to not use nfs mounted home dirs, I just want to pull the compose file to any machine and it has all the network and disk config. This all works fine as root, of course. In my case is rootless fruitless?
-
@970uts1d3@defcon.social 2026-07-02 12:24
@thedoctor@polymaths.social @homelab@fedigroups.social portainer lets you pulls stacks from git repos and update when they do. I have mine setup that way.