Skip to content

Creating the Revolt Stack

dannymate edited this page Dec 8, 2021 · 1 revision
  1. Install the Docker Compose Manager plugin from the Unraid community appstore. This will allow us to interact with docker-compose through teh unraid GUI.
  2. At the bottom of the Docker tab you should now have a "Compose" section. Select "Add New Stack". Give the stack the name "Revolt". This should now have created a stack in the GUI.
  3. Select the cog icon next to your created stacks name and select "Edit Stack". It will open up a simple text editor for you to paste our .yaml contents. Once pasted save your changes using the "Save Changes" button.

That is the stack created. You may have noticed the "Compose Up" and "Compose Down" buttons next to your stack. The "Compose Up" button creates the containers or if the containers are already created will update containers with new variables or versions. The "Compose Down" button will remove the containers but don't worry once the containers are properly configured you won't lose any data.

As a note if your nginx conf uses container names like the ones in this guide for routing then entirely recreatin the contaners by composing down and then up breaks the routing. A restart of letsencrypt is needed and should bring everything back.

Next Step: Reverse Proxy

Clone this wiki locally