]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/web_only.yml.erb
community: add workaround method to add custom feed
[chef.git] / cookbooks / community / templates / default / web_only.yml.erb
index 2650ef6cdfa081c95de02f89a42bb20cd4583ad8..564d8da5f600012637ac3abe4eabf61527a33e42 100644 (file)
@@ -65,6 +65,9 @@ env:
   DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>'
 <% end -%>
 
+  # Increase base SIDEKIQ memory limit to 1GB
+  UNICORN_SIDEKIQ_MAX_RSS: 1000
+
 volumes:
   - volume:
       host: /srv/community.openstreetmap.org/shared/web-only
@@ -78,6 +81,9 @@ volumes:
   - volume:
       host: /etc/ssl/private/community.openstreetmap.org.key
       guest: /shared/ssl/ssl.key
+  - volume:
+      host: /srv/community.openstreetmap.org/files/update-feeds.atom
+      guest: /shared/feeds/update-feeds.atom
 
 ## Plugins go here
 ## see https://meta.discourse.org/t/19157 for details
@@ -92,6 +98,11 @@ hooks:
           - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-reactions.git
           - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-prometheus.git
           - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-translator.git
+    - exec:
+        # Needs to be copied in else builtin git cleanup fails
+        cd: $home
+        cmd:
+          - sudo -H -E -u discourse cp /shared/feeds/update-feeds.atom public/update-feeds.atom
   after_ssl:
     - replace:
         filename: "/etc/nginx/conf.d/discourse.conf"