berezhinskiy / ecoflow_exporter

Prometheus exporter for EcoFlow portable power stations
GNU General Public License v3.0
260 stars 45 forks source link

Docker image for ARM64 #20

Closed berezhinskiy closed 1 year ago

berezhinskiy commented 1 year ago

Please be sure to vote here if you need the arm64 package.

flargargoyl commented 1 year ago

yes please!

berezhinskiy commented 1 year ago

@flargargoyl Done

docker pull ghcr.io/berezhinskiy/ecoflow_exporter:latest
flargargoyl commented 1 year ago

Thank you much. Just finished helping few of my friends building image locally on raspberry pi's :D but will amend compose for them to use your image instead of local one.

P.s. your docker-compose examples missing .env file (maybe due to gitignore?) so if people try to use it "out of the box" it fails

berezhinskiy commented 1 year ago

From my point of view, It is not a good practice to store .env file in the repo. It is possible to commit private data accidentally. That's why the guide mentioned that you must create file and copy-paste provided content.

aabondare commented 1 year ago

any tips on getting docker compose on the raspberry Pi 4? I keep getting a "no matching manifest for linux/arm/v8 in the manifest list entries" error despite being on the latest version.

aabondare commented 1 year ago

Never mind I just needed to add platform: linux/arm64 to every service in the compose.yaml file