brand10/mbmd

By brand10

Updated 4 months ago

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

Image
Monitoring & Observability

150

About

Multiarch build for https://github.com/volkszaehler/mbmd
The image is built by using the default Dockerfile of the mbmd project.
The tags are named according to the commit-id from the mbmd git.

docker compose

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

    command: run

    volumes:
      - ./mbmd.yaml:/etc/mbmd.yaml

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

    ports:
      - 8080:8080

Docker Pull Command

docker pull brand10/mbmd