So I have been experimenting with Node-Red and have got some good grip on docker
and docker-compose
. So what better way than to work something up
I documented:
- How to build a custom Node-Red image using Docker Multi-Stage Build
- Create a simple HTTP API called
/health
flow and save it toflows.json
- Use a simple
pytest-docker-compose
example to conduct integration test - Provide a CI/CD Pipeline to deploy the custom image to a registry
I have made it very concise and straight to the point.
Write Up
GitHub Repo:
Happy to take some feedback, criticisms, tips from the community