dhermanns / rpi-nightscout

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

Support Raspberry Pi arm64 #24

Closed dassystem closed 3 years ago

dassystem commented 3 years ago

Hi, I just got this project up and running on my Raspberry Pi 4 with 64bit kernel. I created a new docker-compose file which uses another mongo db container. I'm not sure how it would be possible to have this in one docker-compose file.

For this reason I added a hint in the readme, to show how to use the arm64 docker-compose file.

I would be happy to help out here. :)

dassystem commented 3 years ago

As you may notice I also made small changes to the docker compose file: I added

version: '3.4'
services:

to the file's beginning and replaced

depends_on:

inside of the rpi-nightscout service.

I also added a volumes section to the mongo container. I personally like to have the data separated from my container on another disk. Not quite sure if the ports are really needed.

dhermanns commented 3 years ago

Excellent work Adrian - thx!