Randy Fay
Randy Fay
The ddev-cron recipe does this as well, super easy, see https://github.com/tyler36/ddev-cron
This was fixed with the addition of * https://ddev.readthedocs.io/en/latest/users/extend/customization-extendibility/#running-extra-daemons-in-the-web-container * https://ddev.readthedocs.io/en/latest/users/extend/customization-extendibility/#explicit-supervisord-configuration-for-additional-daemons
1.0.14 is still not marked as full release, so closing.
Just a note - the edits that ddev wants to make to AdditionalConfiguration.php are entirely optional. You can manage them any other way you want. There are times that I...
We'd love to see a PR to drud/ddev-contrib explaining this use case!
Again, I'd love to see this, and would be happy to add explicit support. But to date nobody has come through with a tutorial or example or anything in ddev-contrib....
I don't like adding CMS-specific flags or commands to ddev, because it adds complexity and confusion for all CMSs. I'd rather autodetect? Can that be done?
This seems like a great approach! Thanks for the good thinking.
I'd love it if you could all review and test the PR for this, https://github.com/drud/ddev/pull/4118#issuecomment-1214230090
@HeineDeelstra overriding any non-nil value would require a `config.*.yaml` with `override_config: true` in it. `override_config: false` is the default, and is essentially irrelevant. `override_config: true` applies only to the `config.*.yaml`...