etolbakov / excalidocker-rs

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

support docker-compose `network` #15

Closed etolbakov closed 1 year ago

etolbakov commented 1 year ago

At the moment network is ignored, it will be good to add network support. At the moment there are 2 options

links: [1]. https://docs.docker.com/compose/networking/

etolbakov commented 1 year ago

Initial support for network is implemented in https://github.com/etolbakov/excalidocker-rs/pull/36