mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
381 stars 280 forks source link

delay starting cron and worker until Mautic is installed #264

Closed mollux closed 9 months ago

mollux commented 9 months ago

Currently cron and werker service immediately start running, but this makes no sense if Mautic isn't installed yet.

This PR adds a simple check to see if Mautic is installed, by checking if the config file exists, and if so if the the site_url is set. This corresponds with the check that Mautic does internally when booting up.

To test this PR:

seljuck commented 9 months ago

Has this branch been uploaded to Docker Hub?