This example contains a docker compose configuration launching 4 container.
- The Ebb Flow Manager
- The MQTT2DB application
- The Mosquitto MQTT broker
- A MongoDB Database
There is no authentication used anywhere. So please do not use this example for production.
This example can be used in combination with the Ebb Flow Controller running on an ESP32 embedded hardware.
cd ./example
docker compose build
docker compose up