nesc@lemmy.cafe 1 week ago
why
You can create initful container (don’t know if it possible with alpine) and run as many services inside it as you desire. Crons are pretty clunky inside containers and it’s a lot easier to just run them from host using docker/podman container exec
, writing containerfiles is pretty easy as well.