Docker container version - is CRON enabled?

Hi,
I’m guessing the answer is no to this since my recurring invoices are not going out…
I managed to see list the /etc folder on the Invoice Ninja app… there’s a cron.daily folder but no Invoice Ninja items shown…
crontab doesn’t work… doesn’t seem to exist.

And looking at the Docker files (app-entrypoint.sh, compose.yml and dockerfile) that there’s nothing listed there either…

Is there an easy fix to this?

thanks

I’m not aware of how to fix this

Hello,

you can find a way to run cron here https://github.com/invoiceninja/dockerfiles/blob/master/exemple/docker-compose.yml#L30

Thanks Samuel (lalop), I did see that in your recent updates.

I see this is now disabled in the default compose file, is that because there’s a “better” way to do it, or…?