Created
November 28, 2025 06:27
-
-
Save neilbags/5eba5d41c9a76e8a83f3a0bae9dfa8ca to your computer and use it in GitHub Desktop.
OpenThread Border Router RCP Silicon Image ZB-GW04 docker-compose.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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