[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2025-11-13 03:15:19 +00:00
parent eb5f9d885c
commit 1ec49ac17b

View File

@@ -224,6 +224,26 @@ ignore_services = ["signal-cli-rest-api"]
##
[[deployment]]
name = "Technitium_2"
[deployment.config]
server = "Synology"
image.type = "Image"
image.params.image = "technitium/dns-server:latest"
poll_for_updates = true
auto_update = true
restart = "always"
volumes = """
# volume:/container/path
/volume1/docker/technitium_2/config:/etc/dns
"""
environment = """
# VARIABLE = value
TZ=America\New_York
"""
##
[[build]]
name = "audiobookshelf"
[build.config]