diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 7c11ace..6403d83 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -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]] name = "komodo-build" description = "Build Docker image for komodo app"