Add Technitium DNS stack definition for syn02

Adds stack resource definition to enable automatic deployment
of Technitium DNS secondary cluster node on syn02 via Komodo.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 20:40:47 -08:00
parent 8dc63aad83
commit bb0be1e89c

View File

@@ -359,6 +359,20 @@ file_paths = ["stacks/sonarr.compose.yml"]
## ##
[[stack]]
name = "technitium-syn02"
description = "Technitium DNS server cluster node on syn02"
tags = ["dns", "network", "cluster", "syn02"]
[stack.config]
server = "syn02"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = ["stacks/technitium_syn02.compose.yml"]
##
[[build]] [[build]]
name = "komodo-build" name = "komodo-build"
description = "Build Docker image for komodo app" description = "Build Docker image for komodo app"