mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 01:20:43 +00:00
17 lines
354 B
YAML
Executable File
17 lines
354 B
YAML
Executable File
services:
|
|
homebridge:
|
|
container_name: homebridge
|
|
image: homebridge/homebridge:latest
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
- HOMEBRIDGE_CONFIG_UI_PORT=8581
|
|
- ENABLE_AVAHI=1
|
|
volumes:
|
|
- homebridge-data:/homebridge
|
|
|
|
volumes:
|
|
homebridge-data:
|
|
external: true
|
|
name: homebridge_homebridge
|