WTH - Support Docker Compose for creating HA Plug-ins

Currently, Plug-ins are implemented directly with ‘docker’ commands.
See: Tutorial: Making your first add-on | Home Assistant Developer Docs

It would be useful to also allow Plug-ins to use Docker Compose for their installation, configuration and upgrading.

Docker compose configurations/setups can then be migrated between
different Home Assistant setups, eg. HA OS, and HA Contianer environmentrs (and the underlying docker-compose,yaml file is YAML. :slight_smile: