mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Merge pull request #188 from codedge/master
Adding config for cron for IN 4
This commit is contained in:
@@ -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:
|
||||||
Reference in New Issue
Block a user