To build a custom Docker image run DOCKER_BUILDKIT=0 docker build . -t your_repo/tb-node:3.7.0-custom-1 By default, sample project is configured to use APIs of the ThingsBoard Community Edition. This ...
I am setting a Rest Api node in Rule Chain. When there is an alarm created, thingsboard should send a rest api call to my application. I have local and production environment in my applications, so I ...