mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add AdGuard Home blueprint with Docker Compose and metadata
- Introduced AdGuard Home entry in meta.json with detailed description, logo, and relevant links. - Added Docker Compose configuration for AdGuard Home service. - Created template.toml for AdGuard Home configuration with default variables.
This commit is contained in:
14
blueprints/adguardhome/template.toml
Normal file
14
blueprints/adguardhome/template.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "adguardhome"
|
||||
port = 3000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
# No specific environment variables required for basic setup
|
||||
|
||||
[[config.mounts]]
|
||||
# Mounts are handled in docker-compose.yml through named volumes
|
||||
Reference in New Issue
Block a user