Comment on How to manage docker compose apps?

Chewy7324@discuss.tchncs.de ⁨5⁩ ⁨days⁩ ago

It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first, but it improved considerably).

I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).

source
Sort:hotnewtop