Sign inSign up

a1exm/pihub-nrf

By a1exm

•Updated 3 days ago

https://github.com/amsound/pihub-remote-nrf

Image
0

3.3K

a1exm/pihub-nrf repository overview

services:
  pihub:
    image: a1exm/pihub-nrf:latest
    container_name: pihub-nrf
    init: true
    cpu_shares: 2048
    network_mode: host
    restart: unless-stopped

    device_cgroup_rules:
      - 'c 13:* r'

    environment:
      TV_IP: "192.168.xx.xx"
      TV_MAC: "xx:xx:xx:xx:xx:xx"

      # Speaker backend selection:
      #   audiopro
      #   samsung_soundbar
      SPEAKER_BACKEND: "audiopro"

      # Audio Pro / LinkPlay / WiiM
      SPEAKER_IP: "192.168.xx.xx"

      # Samsung SmartThings soundbar
      # SMARTTHINGS_DEVICE_ID: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      # DEBUG: 1           # Verbose Logging

    volumes:
      - /home/pi/pihub-data:/data
      - /dev/input:/dev/input:ro
      - /etc/localtime:/etc/localtime:ro

    devices:
      - /dev/ttyACM0:/dev/ttyACM0

    group_add:
      - dialout

    logging:
      driver: json-file
      options:
        max-size: "10m"
        max-file: "3"

Tag summary

Content type

Image

Digest

sha256:6b8d73b87…

Size

64.5 MB

Last updated

3 days ago

docker pull a1exm/pihub-nrf