mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Homebridge template (#77)
* feat: homebridge * Update blueprints/homebridge/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8c1085741b
commit
3592e2b46f
14
blueprints/homebridge/docker-compose.yml
Normal file
14
blueprints/homebridge/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
1
blueprints/homebridge/homebridge.svg
Normal file
1
blueprints/homebridge/homebridge.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 168 KiB |
11
blueprints/homebridge/template.toml
Normal file
11
blueprints/homebridge/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = []
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "homebridge"
|
||||
port = 8581
|
||||
host = "${main_domain}"
|
||||
Reference in New Issue
Block a user