Add Technitium DNS deployment for syn01

Deploying new primary DNS node on syn01 to migrate DNS cluster
entirely to Synology infrastructure. This will replace the k3s
deployment and provide consistent platform for both nodes.

🤖 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 22:28:31 -08:00
parent bb0be1e89c
commit 7ac1401030
2 changed files with 28 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,14 @@
services:
technitium:
image: technitium/dns-server:latest
container_name: Technitium
mem_limit: 2g
cpu_shares: 768
security_opt:
- no-new-privileges:true
network_mode: host
volumes:
- /volume1/docker/technitium/config:/etc/dns:rw
environment:
TZ: America/Los_Angeles
restart: on-failure:5