

Given OP mentioned torrent and watching media in the same sentence I assume they didn’t rip their own media, and pirated it instead.
If my assumption is wrong, I apologize.
Piracy and Morality
Whether they own a physical edition of that media I don’t know. In my opinion owning a physical medium of the media is a big part in the morality discussion of piracy.
But in my juriscition I’m legally not allowed to break the encryption used for CD/DVD/Blu-ray, so I’m technically pirating even if I rip my own discs. There’s obviously no way for copyright owners to find out if their discs were ripped for a private copy, but that’s also (nearly) the case for Usenet/Torrent with proper precautions.
Anyway, if you read until this point, thank you!
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 (because they had so many microservices split into multiple images, but it improved considerably over the first two years).
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).