This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Description
I would like to allow a few settings to be configured through a Drupal project's composer.json extras config, e.g.:
"extra": {
"drupal-vm-docker": {
"container_name": "custom-container-name",
"http_port": "80",
"https_port": "443",
}
}
Basic things like that which will be templated into the docker-compose.yml file. Or maybe do something else here, but basically I want a few configurable flags.