mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
* feat: homebridge * Update blueprints/homebridge/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
15 lines
320 B
YAML
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
|