dhermanns / rpi-nightscout

CGM Remote Monitor aka Nightscout for the Raspberry Pi 1/2.
35 stars 49 forks source link

MongoDb with Nightscout #1

Closed Tony10ajf closed 7 years ago

Tony10ajf commented 7 years ago

Working through the instructions on Nightscout with a Raspberry PI 1 it is not clear how to load the MongoDb. It's identified as a requirement on the ReadMe but is not clear in the set of procedures below that. When I run the docker logs it is clear that there is no connection possible to the MongoDb. Any assistance welcome.

dhermanns commented 7 years ago

Hi Tony!

This is the magic that docker-compose does for you. The "docker-compose up -d" pulls the mongo db and links it to your nightscout backend. You should see a running mongo db afterwards when entering a "docker ps".

But maybe you would like to switch to raspberry 2 or 3 if possible. I didn't test it on Pi1 for a long time since I doesn't own one anymore...