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.
OpenThread Border Router RCP Silicon Image ZB-GW04 docker-compose.yml
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment