Scanning and saving temperature using Raspberry PI and Arduino
curl -o docker-compose.yml https://raw.githubusercontent.com/gagyn/TemperatureProject/master/docker-compose.yml && curl -o config.json https://raw.githubusercontent.com/gagyn/TemperatureProject/master/config.json
curl -o docker-compose.yml https://raw.githubusercontent.com/gagyn/TemperatureProject/master/docker-compose.yml; curl -o config.json https://raw.githubusercontent.com/gagyn/TemperatureProject/master/config.json
For me the USB port where Arduino is plugged in, is /dev/ttyACM0. You may have it somewhere else, so check it before.
You can use mongo database on localhost or put your link to an external database in config.json file.
docker-compose up -d
Now your scanner has started and it's saving temperatures records in mongo database.