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

Allow some configuration through composer.json extra config #1

@geerlingguy

Description

@geerlingguy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions