action :sync
repository "https://github.com/discourse/discourse_docker.git"
# DANGER launch wrapper automatically updates git repo if rebuild method used: https://github.com/discourse/discourse_docker/blob/107ffb40fe8b1ea40e00814468db974a4f3f8e8f/launcher#L799
- revision "136c63890674b95df1327d24270c55e4ef8e87a8"
+ revision "efd6bc8ccbd9057c04d909ff48ecf8b704cae3ff"
user "root"
group "root"
notifies :run, "notify_group[discourse_container_new_data]"
#
templates:
- - "templates/postgres.13.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
+ - "templates/postgres.15.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
- "templates/redis.template.yml"
# any extra arguments for Docker?
run:
# Make sure this matches the postgresql version template above
- replace:
- filename: "/etc/postgresql/13/main/postgresql.conf"
+ filename: "/etc/postgresql/15/main/postgresql.conf"
from: /#?max_connections *=.*/
to: "max_connections = $db_max_connections"
# any extra arguments for Docker?
# docker_args:
-# Latest Version v3.3.3
+# Latest Version v3.3.4
# Discourse only support tests-passed and stable branches
params:
version: stable
from: /listen 80;/
to: |
listen 80;
- listen [::]:80;
rewrite ^/\.well-known/acme-challenge/(.*)$ http://acme.openstreetmap.org/.well-known/acme-challenge/$1 permanent;
- replace: