Files
templates/blueprints/homebridge/docker-compose.yml
Vyacheslav Scherbinin 3592e2b46f Homebridge template (#77)
* feat: homebridge

* Update blueprints/homebridge/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-04-20 22:02:04 -06:00

15 lines
320 B
YAML

services:
homebridge:
image: homebridge/homebridge:latest
restart: always
ports:
- 8581
volumes:
- ./volumes/homebridge:/homebridge
healthcheck:
test: ["CMD", "curl", "-f", "http://homebridge:8581/"]
interval: 60s
retries: 5
start_period: 300s
timeout: 2s