Files
komodo/stacks/technitium_syn01.compose.yml
Komodo Bot 7ac1401030 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>
2025-12-18 22:28:31 -08:00

15 lines
345 B
YAML

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