diff --git a/master_sync.toml b/master_sync.toml index 02c3d62..8c6ecc5 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -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]