]> git.openstreetmap.org Git - chef.git/commitdiff
community: pin postgres v13
authorGrant Slater <github@firefishy.com>
Mon, 19 Dec 2022 16:58:44 +0000 (16:58 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 19 Dec 2022 16:58:44 +0000 (16:58 +0000)
cookbooks/community/templates/default/data.yml.erb
cookbooks/community/templates/default/web_only.yml.erb

index 2aa4de023fe453fbb95978ca79ec6443452135ea..10cc507c9f430416d7872f829dc931164f945c66 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 templates:
-  - "templates/postgres.template.yml"
+  - "templates/postgres.13.template.yml"
   - "templates/redis.template.yml"
 
 # any extra arguments for Docker?
index a04b6965461fba97b1ddd6085a7bf1ca87eee7c0..39ef1407ccce3b38dcb9a9e5fbf10f6d51e899ff 100644 (file)
@@ -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