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:
@@ -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"
|
||||
|
||||
14
stacks/technitium_syn01.compose.yml
Normal file
14
stacks/technitium_syn01.compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user