Skip to content

Instantly share code, notes, and snippets.

@neilbags
Created November 28, 2025 06:27
Show Gist options
  • Select an option

  • Save neilbags/5eba5d41c9a76e8a83f3a0bae9dfa8ca to your computer and use it in GitHub Desktop.

Select an option

Save neilbags/5eba5d41c9a76e8a83f3a0bae9dfa8ca to your computer and use it in GitHub Desktop.

Revisions

  1. neilbags created this gist Nov 28, 2025.
    14 changes: 14 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    services:
    otbr:
    image: openthread/border-router:latest
    container_name: otbr
    network_mode: "host"
    privileged: true
    restart: unless-stopped
    volumes:
    - /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0:/dev/ttyUSB0
    environment:
    - OT_RCP_DEVICE=spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=230400
    - OT_INFRA_IF=eth0

    # REST URL in HomeAssistant: http://localhost:8081/