# Simplified Discourse install?

**URL:** https://meta.discourse.org/t/simplified-discourse-install/116238
**Category:** Self-hosting
**Created:** [April 29, 2019, 12:58pm UTC](https://meta.discourse.org/t/simplified-discourse-install/116238 "2019-04-29T12:58:46Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![schleifer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schleifer/32/86416_2.png) [@schleifer](https://meta.discourse.org/u/schleifer)
#### Post date: [April 29, 2019, 4:10pm UTC](https://meta.discourse.org/t/simplified-discourse-install/116238/3 "2019-04-29T16:10:48Z")

</div>

The official installation is a fat container and launcher manages the container lifecycle. If you need to manage the containers on your own, we mostly assume you can assemble your own tools from the Lego pieces in the box.

If I wanted to manage my containers with docker-compose, then I would build [web images](https://github.com/discourse/discourse_docker/blob/master/samples/web_only.yml) for the frontend – with `/var/docker/launcher bootstrap app` – and push those to a local docker registry. The compose file would reference those published images and a [separate database](https://meta.discourse.org/t/46375) image.

---

_[View the full topic](https://meta.discourse.org/t/simplified-discourse-install/116238)._
