# Is Docker image discourse/discourse veilig en klaar voor productie?

**URL:** https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646
**Category:** Self-hosting
**Tags:** hosting
**Created:** [28 augustus 2025 om 00:26 UTC](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646 "2025-08-28T00:26:57Z")
**Posts on this page:** 1
**Showing post:** 25

<div class="post-metadata">

### Author: ![featheredtoast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/featheredtoast/32/116994_2.png) [@featheredtoast](https://meta.discourse.org/u/featheredtoast)
#### Post date: [31 maart 2026 om 21:32 UTC](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646/25 "2026-03-31T21:32:32Z")

</div>

> [@sebhoss](#):
>
> Is it possible to install additional plugins into the discourse/discourse image

So, short answer, no, not through docker-compose on its own – it’s something I’d like to see, but the plan here is to allow anyone to create a customized base image that can be shared publicly to push the ball forward. Building a plugin involves cloning the plugin, bundle install, npm, and recompiling ember… This should not be done on boot.

So part of the idea here is to allow images to build just as discourse/discourse is – with the same app.yml as the supported Discourse versions are running.

As a sample, I’m building my personal image with [resenha](https://meta.discourse.org/t/resenha-add-discord-style-voice-rooms-to-your-community/389056) by updating the core app.yml to include the plugin [here](https://github.com/featheredtoast/discourse-docker-compose/blob/main/.github/workflows/push-web-only.yml#L92) and then pushing it up to an external (public!) docker registry.

> [@Yannovitch](#):
>
> mail sending wasn’t working

If you’re using an external mail service, I don’t think your caddy reverse proxy probably isn’t the problem. Unlike the current launcher builds, discourse/discourse will not nag you about setting up your email env vars (but it’s still necessary to do) – I’d check those first.

---

_[View the full topic](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646)._
