edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
81 stars 115 forks source link

fix: Add ds-bacnet-ip and ds-bacnet-mstp options #402

Closed FelixTing closed 11 months ago

FelixTing commented 11 months ago

Cherry-pick https://github.com/edgexfoundry/edgex-compose/commit/ed91855b0ce04cbbf71c5b408464eeb034d55edf and https://github.com/edgexfoundry/edgex-compose/commit/6be77894abc569a6fa862465c9c083130fcabd1e from main branch

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-compose/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

Run ds-bacnet-<ip/mstp> in both secure and non-secure modes.

make run ds-bacnet-ip
make run ds-bacnet-ip no-secty
make run ds-bacnet-mstp
make run ds-bacnet-mstp no-secty