diff --git a/launcher b/launcher index d75029021..0e510cdf6 100755 --- a/launcher +++ b/launcher @@ -25,6 +25,26 @@ usage () { BUNDLED_PLUGINS=( "discourse-reactions" + "discourse-apple-auth" + "discourse-login-with-amazon" + "discourse-lti" + "discourse-microsoft-auth" + "discourse-oauth2-basic" + "discourse-openid-connect" + "discourse-zendesk-plugin" + "discourse-patreon" + "discourse-graphviz" + "discourse-rss-polling" + "discourse-math" + "discourse-chat-integration" + "discourse-data-explorer" + "discourse-post-voting" + "discourse-user-notes" + "discourse-assign" + "discourse-subscriptions" + "discourse-hcaptcha" + "discourse-gamification" + "discourse-calendar" ) # for potential re-exec later @@ -96,7 +116,7 @@ kernel_min_version='4.4.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20250710-0019" +image="discourse/base:2.0.20250715-0020" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index 96d565ec6..901ccae76 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250710-0019 +base_image: discourse/base:2.0.20250715-0020 params: db_synchronous_commit: "off" db_shared_buffers: "256MB" diff --git a/templates/redis.template.yml b/templates/redis.template.yml index 6e2d2c326..0d3af05c7 100644 --- a/templates/redis.template.yml +++ b/templates/redis.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250710-0019 +base_image: discourse/base:2.0.20250715-0020 params: redis_io_threads: "1" diff --git a/templates/web.template.yml b/templates/web.template.yml index 0ce67f88d..5e5229af8 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250710-0019 +base_image: discourse/base:2.0.20250715-0020 env: # You can have redis on a different box RAILS_ENV: 'production'