Adding config for cron for IN 4

This is just a quick fix. Cron config is not properly set up for version 4 and 5.
This commit is contained in:
Holger Lösken
2020-08-18 09:40:42 +02:00
parent 5942c1c362
commit 94126385e2

View File

@@ -63,15 +63,15 @@ services:
networks:
- invoiceninja
# THIS IS ONLY A VALID CONFIGURATION FOR IN 4. DO NOT USE FOR IN 5.
# cron:
# image: invoiceninja/invoiceninja
# image: invoiceninja/invoiceninja:alpine-4
# volumes:
# - storage:/var/www/app/storage
# - logo:/var/www/app/public/logo
# - public:/var/www/app/public
# entrypoint: |
# bash -c 'bash -s <<EOF
# /bin/sh -c 'sh -s <<EOF
# trap "break;exit" SIGHUP SIGINT SIGTERM
# sleep 300s
# while /bin/true; do
@@ -87,6 +87,8 @@ volumes:
mysql-data:
public:
storage:
# This is needed for letting th cron run correctly
# logo:
networks:
invoiceninja: