Feat: Extend the docker-compose file #1365
Labels
create-plugin
related to the create-plugin tool
enhancement
New feature or request
good first issue
Good for newcomers
Which areas does this feature request relate to
Problem
New plugin scaffolds create a docker-compose.yaml in the root of the project with configuration that we might want to change at a later date. Because it lives in the root developers are free to edit it as they wish which could make it complicated to update in the future.
Solution
Take advantage of docker-compose extends and move the bulk of the current setup into a .configs/docker-compose.yaml file
Alternatives
No response
Additional context
No response
Are you interested in contributing the solution?
The text was updated successfully, but these errors were encountered: