templates:
- "templates/web.template.yml"
+ - "templates/web.ipv6.template.yml"
- "templates/web.ssl.template.yml"
## which TCP/IP ports should this container expose?
# any extra arguments for Docker?
# docker_args:
-# Latest Version v3.0.1
+# Latest Version v3.0.2
params:
version: stable
- 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
- 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"