# Nomad support

**URL:** https://meta.discourse.org/t/nomad-support/369790
**Category:** Self-hosting
**Tags:** install
**Created:** [June 11, 2025, 9:44pm UTC](https://meta.discourse.org/t/nomad-support/369790 "2025-06-11T21:44:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hnnsly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hnnsly/32/507124_2.png) [@hnnsly](https://meta.discourse.org/u/hnnsly)
#### Post date: [June 11, 2025, 9:44pm UTC](https://meta.discourse.org/t/nomad-support/369790/1 "2025-06-11T21:44:56Z")

</div>

Is Hashicorp Nomad support planned? Docker seems cool, but what if I want to deploy Discourse across multiple nodes (ex. database on one, and ruby-backend on another)?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [June 11, 2025, 10:04pm UTC](https://meta.discourse.org/t/nomad-support/369790/2 "2025-06-11T22:04:19Z")

</div>

There is this:

> [@Move from standalone container to separate web and data containers](https://meta.discourse.org/t/move-from-standalone-container-to-separate-web-and-data-containers/29413):
>
> warning This is an advanced setup. Don’t follow this unless you are experienced with Linux server administration and Docker. You also need to pay close attention to commits to discourse\_docker to make sure you notice if there’s a version bump for postgres or redis. Converting your Current Setup I managed to migrate to two containers. If anyone else needs instructions, this is how it worked for me. The process includes backup, setting up separate web and data containers and restore data. …

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 11, 2025, 10:39pm UTC](https://meta.discourse.org/t/nomad-support/369790/3 "2025-06-11T22:39:54Z")

</div>

We actually run a good portion of our hosting in Nomad. We use it together with container images, by bootstraping containers, pushing to a registry and then running those with Nomad.
