Sign inSign up

brand10/vzlogger

By brand10

•Updated 2 months ago

Multiarch build for https://github.com/volkszaehler/vzlogger

Image
Internet of things
Monitoring & observability
1

10K+

brand10/vzlogger repository overview

⁠About

Multiarch build for https://github.com/volkszaehler/vzlogger⁠
The image is built by using the default Dockerfile of the vzlogger project.
It supports local webserver, mqtt, etc.
The tags are named according to the commit-id from the vzlogger git.

Please use volkszaehler/volkszaehler here on Dockerhub for the frontend. It seems to be maintained.

⁠docker run

docker run -p 8080:8080 -v ./vzlogger.conf:/etc/vzlogger.conf --device=/dev/ttyUSB0 brand10/vzlogger:latest

⁠docker compose

services:
  vzlogger:
    image: brand10/vzlogger:latest
    container_name: vzlogger
    restart: always

    volumes:
      - ./vzlogger.conf:/etc/vzlogger.conf

    devices:
      - /dev/ttyUSB0:/dev/ttyUSB0

    ports:
      - 8080:8080

Tag summary

Content type

Image

Digest

sha256:9c555decc…

Size

10.9 MB

Last updated

2 months ago

docker pull brand10/vzlogger