Created Cronjobs (markdown)

codedge
2020-08-18 10:43:57 +02:00
parent 290220f5dc
commit 8ef1875ac8

14
Cronjobs.md Normal file

@@ -0,0 +1,14 @@
## Table of content
* Cronjobs for [Invoice Ninja 4](#cronjobs-for-invoice-ninja-4)
* Cronjobs for [Invoice Ninja 5](#cronjobs-for-invoice-ninja-5)
## Cronjobs for Invoice Ninja 4
Inside the [`docker-compose.yml`](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml#L66) file you can find a working cronjob configuration. Just remove the hashes `#` in front and start up docker compose.
Make sure you also removed the hash `#` for `logo:` from the `volumes section`.
## Cronjobs for Invoice Ninja 5
Currently there is no working solution available to run cronjobs in Docker for IN 5. We are working on that currently.