diff --git a/.komodo/resources.toml b/.komodo/resources.toml index 6403d83..a8efb4b 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -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" diff --git a/stacks/technitium_syn01.compose.yml b/stacks/technitium_syn01.compose.yml new file mode 100644 index 0000000..9ac7a66 --- /dev/null +++ b/stacks/technitium_syn01.compose.yml @@ -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