Files
lab/stacks/homebridge/docker-compose.yml
2026-04-06 10:13:21 -04:00

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