mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
353 stars 268 forks source link

delay starting cron and worker until Mautic is installed #264

Closed mollux closed 5 months ago

mollux commented 5 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 5 months ago

Has this branch been uploaded to Docker Hub?