mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #910] fix(discourse): replace deprecated Bitnami images with official alternatives #14324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/910
Author: @MagiqueDeveloper
Created: 5/26/2026
Status: 🔄 Open
Base:
canary← Head:canary📝 Commits (4)
d23274drefactor(docker-compose): update PostgreSQL and Redis images, adjust environment variablesa80d048chore(meta.json): update Discourse version to 2026.1.4dbc2e43chore(docker-compose): comment out DISCOURSE_FORCE_HTTPS for productiond112470fix(docker-compose): update Discourse app port to 80 for production📊 Changes
3 files changed (+32 additions, -56 deletions)
View changed files
📝
blueprints/discourse/docker-compose.yml(+27 -53)📝
blueprints/discourse/template.toml(+4 -2)📝
meta.json(+1 -1)📄 Description
What is this PR about?
Fixes the Discourse template which was broken due to Bitnami discontinuing their legacy images (
bitnami/discourse,bitnami/postgresql,bitnami/redis,bitnamilegacy).Changes:
bitnamilegacy/discourse:3.5.0withdiscourse/discourse:2026.1.4(official ESR image)bitnami/postgresql:17withpgvector/pgvector:pg16(required for Discourse's vector extension)bitnami/redis:7.4withredis:7-alpineDISCOURSE_DATABASE_*,POSTGRESQL_*) to standard ones (DISCOURSE_DB_*,POSTGRES_*)UNICORN_BIND_ALL: "true"to allow the proxy to reach the web processDISCOURSE_DEVELOPER_EMAILSvariable totemplate.tomlso admin email is set at deploy timeChecklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Closed: #502 - Fix was replacing with BitnamiLegacy images which may soon be deprecated. Replacing with official images ensures that Bitnami does not have control to pull the plug suddenly again.
Screenshots or Videos
Note: The "Tada" SVG is not showing due to it not being served on HTTPS/SSL. This is using sslip for testing. SMTP is partially required for Discourse otherwise manual admin account creation is required, and it disables a lot of features that require emails.Refer to this🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.