Comment on I'm using compose wrong and I know it.
poVoq@slrpnk.net 1 year agoJust forget about podman-compose and use simple Quadlet container files with Systemd. That way it is not all in the same file, but Systemd handles all the inter-relations between the containers just fine.
Alternatively Podman also supports kubernetes configuration files, which is probably closer to what you have in mind, but I never tried that myself as the above is much simpler and better integrated with existing Systemd service files.
vegetaaaaaaa@lemmy.world 1 year ago
Requires podman 4.4 though
poVoq@slrpnk.net 1 year ago
No, from that version on, it is integrated in Podman, but it was available for earlier versions as a 3rd party extension as well.
But if you are not yet on Podman 4.4 or later you should really upgrade soon, that version is quite old already.
vegetaaaaaaa@lemmy.world 1 year ago
Debian stable has podman 4.3 and 4.4 is not in stable-backports