templates/blueprints/adguardhome/template.toml
Mauricio Siu ee91373ea7 Update AdGuard Home template.toml to streamline configuration
- Removed unnecessary environment variable and mounts sections for a cleaner setup.
- Ensured the template focuses on essential configuration parameters for AdGuard Home.
2025-03-30 13:21:46 -06:00

13 lines
154 B
TOML

[variables]
main_domain = "${domain}"
[config]
env = []
mounts = []
[[config.domains]]
serviceName = "adguardhome"
port = 3000
host = "${main_domain}"