From 97d589a5f41e997b05394db6d2f11e27b6f4db53 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 19 Dec 2022 16:58:44 +0000 Subject: [PATCH] community: pin postgres v13 --- cookbooks/community/templates/default/data.yml.erb | 2 +- cookbooks/community/templates/default/web_only.yml.erb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cookbooks/community/templates/default/data.yml.erb b/cookbooks/community/templates/default/data.yml.erb index 2aa4de023..10cc507c9 100644 --- a/cookbooks/community/templates/default/data.yml.erb +++ b/cookbooks/community/templates/default/data.yml.erb @@ -3,7 +3,7 @@ # templates: - - "templates/postgres.template.yml" + - "templates/postgres.13.template.yml" - "templates/redis.template.yml" # any extra arguments for Docker? diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index a04b69654..39ef1407c 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -2,9 +2,6 @@ templates: - "templates/web.template.yml" - "templates/web.ssl.template.yml" -# Disable rate limiting for the moment. -# - "templates/web.ratelimited.template.yml" - ## which TCP/IP ports should this container expose? ## If you want Discourse to share a port with another webserver like Apache or nginx, ## see https://meta.discourse.org/t/17247 for details -- 2.45.1