From: Sam Date: Fri, 23 Nov 2018 04:09:11 +0000 (+1100) Subject: FEATURE: added template for critical DNS caching X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b06dc1b1f21dd2e0db408e587d682ac86dc19f29;p=discourse_docker.git FEATURE: added template for critical DNS caching --- diff --git a/templates/cache-dns.template.yml b/templates/cache-dns.template.yml new file mode 100644 index 0000000..51f2825 --- /dev/null +++ b/templates/cache-dns.template.yml @@ -0,0 +1,19 @@ +# You can use this template to cache DNS lookups for +# +# DISCOURSE_DB_HOST +# DISCOURSE_DB_BACKUP_HOST +# DISCOURSE_REDIS_HOST +# DISCOURSE_REDIS_SLAVE_HOST +# +# If you are using a hostname vs IP for these entries and have +# an internal DNS outage Discourse will stop working +# +# This template allows you to cache entry in the hosts file +# +# Note, for this to work correctly you must also install the +# discourse-prometheus plugin to collect stats + +hooks: + after_bundle_exec: + - exec: "mkdir -p /etc/service/cache_critical_dns/" + - exec: "cp /var/www/discourse/script/cache_critical_dns /etc/service/cache_critical_dns/run"