Added HABridge conainer
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./ha_config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
restart: unless-stopped
|
||||
@@ -16,6 +16,23 @@ services:
|
||||
environment:
|
||||
TZ: America/Detroit
|
||||
|
||||
habridge:
|
||||
image: lscr.io/linuxserver/habridge:latest
|
||||
container_name: habridge
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Detroit
|
||||
volumes:
|
||||
- ./bridge_config:/config
|
||||
ports:
|
||||
- 8282:8080
|
||||
- 50000:50000
|
||||
networks:
|
||||
- 'default'
|
||||
- 'homelab'
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user