toradex / vscode-torizon-templates

VS Code Torizon Integrated Development Environment Templates
MIT License
15 stars 20 forks source link

Avoid random position of parameters when creating docker-compose.prod.yml #153

Closed leograba closed 3 months ago

leograba commented 8 months ago

Every time I run the task create-production-image, the docker-compose.prod.yml is overwritten by a new file with fields in a different order.

Since I want to keep the file under Git, this makes it hard to review what are real changes and what are random property line changes. It would be nice to only modify the things that were changed in the original docker-compose.yml.