mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* feat: homebridge * Update blueprints/homebridge/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
12 lines
152 B
TOML
12 lines
152 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "homebridge"
|
|
port = 8581
|
|
host = "${main_domain}"
|