Some small changes to allow for deployment via balena push.
docker-compose.yml:
image parameter needs to be commented out
build parameter need to be commented in
also all env variables need to be set correctly
On an RPi end-device, UART needs to be enabled, for the RPi 3 also the dtoverlay "disable-bt" should be loaded to make access of GPS on /dev/ttyAMA0 available, like on other systems.
Some small changes to allow for deployment via
balena push
. docker-compose.yml:On an RPi end-device, UART needs to be enabled, for the RPi 3 also the dtoverlay "disable-bt" should be loaded to make access of GPS on /dev/ttyAMA0 available, like on other systems.