mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-02 04:07:10 +01:00
Update cron to depend on app
- prevents race to copy files
This commit is contained in:
@@ -70,7 +70,9 @@ services:
|
|||||||
- ./docker/app/public:/var/www/app/public:rw,delegated
|
- ./docker/app/public:/var/www/app/public:rw,delegated
|
||||||
- ./docker/app/storage:/var/www/app/storage:rw,delegated
|
- ./docker/app/storage:/var/www/app/storage:rw,delegated
|
||||||
command:
|
command:
|
||||||
- cron.sh
|
- cron.sh
|
||||||
|
depends_on:
|
||||||
|
- app
|
||||||
networks:
|
networks:
|
||||||
- invoiceninja
|
- invoiceninja
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user