From 8ef1875ac8b6cb3804564c952a389ebbc0f9f9b5 Mon Sep 17 00:00:00 2001 From: codedge Date: Tue, 18 Aug 2020 10:43:57 +0200 Subject: [PATCH] Created Cronjobs (markdown) --- Cronjobs.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cronjobs.md diff --git a/Cronjobs.md b/Cronjobs.md new file mode 100644 index 0000000..ba94d11 --- /dev/null +++ b/Cronjobs.md @@ -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. \ No newline at end of file