balena-io-modules / balena-compose

Complete toolkit for building docker-compose.yml files and optionally deploy them on balenaCloud
Apache License 2.0
8 stars 0 forks source link

Docker compose validation allows `network_mode: <network-name>` #50

Open pipex opened 5 months ago

pipex commented 5 months ago

While this is valid with docker-compose, it doesn't make sense with balena-compose as this allows linking the container to an external network that may not exist on the final device.

Validation should probably restrict the valid values of this field to bridge, host or none