X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ff13083205617d988377d585e5e7422e9c49db3e..17b3949ec013a32c35601f012f98998615f2b593:/cookbooks/community/templates/default/web_only.yml.erb?ds=inline diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index b87e8d3d5..98edffcc9 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -1,5 +1,6 @@ templates: - "templates/web.template.yml" + - "templates/web.ipv6.template.yml" - "templates/web.ssl.template.yml" ## which TCP/IP ports should this container expose? @@ -18,7 +19,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.0.1 +# Latest Version v3.0.2 params: version: stable @@ -81,9 +82,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: /var/www/discourse/public/update-feeds.atom + - 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 @@ -98,6 +99,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"