Hi there, I’ve successfully followed the tutorial on using the open data cam to count vehicles and other moving objects (https://www.balena.io/blog/using-opendatacam-and-balena-to-quantify-the-world-with-ai/). I do have it up and running, so thanks for that, it is really very impressive!
I would now like to make the URL accessible externally via the “public URL” feature. I read that for this to work I would have to modify the docker-compose
file, in order to change the exposed ports. This, it seems requires that I use the development
mode. As I selected production
when following the tutorial, will I have to redeploy completely my application, or is there a switch I can flip?
Also, I used the “Deploy to Balena” button on the tutorial page, so I’m not sure how I get the code for me to modify locally. What is the recommended best practice for this scenario? I’m sure there must be some documentation for this, as I guess it’s a common scenario, someone following the tutorial and then wanting to make their own changes. Unfortunately, I couldn’t find any.
Any help would be greatly appreciated, thanks!