etolbakov / excalidocker-rs

Convert your docker-compose into excalidraw
MIT License
123 stars 6 forks source link

fix/yaml anchors and aliases #23

Closed etolbakov closed 1 year ago

etolbakov commented 1 year ago

The scope of this change is meant to fix the issue with depends_on format raised in https://github.com/etolbakov/excalidocker-rs/issues/20. Initial implementation assumed depends_on format as the Sequence. docker-compose-anchors-and-aliases.yaml has examples of Mapping + uses anchors and aliases that were not handled as well.