Merge pull request #188 from codedge/master

Adding config for cron for IN 4
This commit is contained in:
codedge
2020-08-18 09:41:15 +02:00
committed by GitHub

View File

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