https://github.com/escalate/ha-bridge-raspberry-pi-docker
Automated build of ha-bridge Docker images for Raspberry Pi
https://github.com/escalate/ha-bridge-raspberry-pi-docker
automation docker ha-bridge home raspberry raspberry-pi raspberrypi self-hosted selfhosted
Last synced: about 2 months ago
JSON representation
Automated build of ha-bridge Docker images for Raspberry Pi
- Host: GitHub
- URL: https://github.com/escalate/ha-bridge-raspberry-pi-docker
- Owner: escalate
- License: mit
- Created: 2018-01-24T10:53:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:21:44.000Z (2 months ago)
- Last Synced: 2025-03-16T11:27:22.624Z (2 months ago)
- Topics: automation, docker, ha-bridge, home, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Makefile
- Homepage: https://github.com/bwssytems/ha-bridge
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/ha-bridge-raspberry-pi-docker/actions/workflows/test.yml)
# ha-bridge-raspberry-pi-docker
Automated build of ha-bridge Docker images specialized for Raspberry Pi devices.
## How to run container
The following example explains how to run the latest version of ha-bridge Docker container on Raspberry Pi 3.
```
docker run \
--name ha-bridge \
--rm \
--init \
--detach \
--net=host \
--volume=$PWD:/ha-bridge/data \
--volume=/etc/localtime:/etc/localtime:ro \
--volume=/etc/timezone:/etc/timezone:ro \
habridge/ha-bridge-raspberrypi3
```To set additional arguments for ha-bridge just write them as arguments for docker run command.
```
docker run \
--name ha-bridge \
--rm \
--init \
--detach \
--detach \
--net=host \
--volume=$PWD:/ha-bridge/data \
--volume=/etc/localtime:/etc/localtime:ro \
--volume=/etc/timezone:/etc/timezone:ro \
habridge/ha-bridge-raspberrypi3 \
-Dserver.port=8080 \
-Dsecurity.key=secret
```## Docker Hub Repos
- [habridge/ha-bridge-raspberry-pi](https://hub.docker.com/r/habridge/ha-bridge-raspberry-pi)
- [habridge/ha-bridge-raspberry-pi2](https://hub.docker.com/r/habridge/ha-bridge-raspberry-pi2)
- [habridge/ha-bridge-raspberrypi3](https://hub.docker.com/r/habridge/ha-bridge-raspberrypi3)## License
MIT