aneisch / rtl_433_mqtt

RTL_433 in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTL_433 Container

Buy Me A Coffee

Usage

Tweak the rtl_433.config.example to your liking and expose it to the container if you wish to override the default settings.

Example docker-compose

version: '3.2'
services:
    thermopro_mqtt:
        container_name: thermopro_mqtt
        image: ghcr.io/aneisch/rtl_433_mqtt:latest
        restart: 'no'
        devices:
          - '/dev/rtl_433:/dev/bus/usb/003/002'
        volumes:
          - '/opt/433_mqtt/rtl_433_config.example:/etc/rtl_433/rtl_433.conf'

About

RTL_433 in Docker


Languages

Language:Dockerfile 100.0%