You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/How_to_install_Dawarich_on_Unraid.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
>
6
6
> *Dawarich is still in beta and a rapidly evolving project, and some changes may break compatibility with older versions.*
7
7
8
+
This guide is written for:
9
+
10
+
- Unraid OS 7.1.4
11
+
- Dawarich 0.32.0
12
+
8
13
## Installation methods: CA Templates vs. Docker Compose
9
14
10
15
For Dawarich to run 4 docker containers are required:
@@ -17,9 +22,9 @@ For Dawarich to run 4 docker containers are required:
17
22
> [!NOTE]
18
23
> Some containers depend on others to be running first. Therefore this guide will follow this order: `dawarich_db` >> `dawarich_redis` >> `dawarich_app` >> `dawarich_sidekiq`.
19
24
20
-
[Usually](https://dawarich.app/docs/intro/) all 4 containers are created and started together using [Docker Compose](https://docs.docker.com/compose/). Unraid [does not support Docker Compose natively]((https://docs.unraid.net/unraid-os/using-unraid-to/run-docker-containers/overview/)). Instead, it uses its own implementation of `DockerMan` for managing Docker containers via [Community Applications (CA)](https://docs.unraid.net/unraid-os/using-unraid-to/run-docker-containers/community-applications/) plugin.
25
+
[Usually](https://dawarich.app/docs/intro/) all 4 containers are created and started together using [Docker Compose](https://docs.docker.com/compose/). Unraid [does not support Docker Compose natively](https://docs.unraid.net/unraid-os/using-unraid-to/run-docker-containers/overview/). Instead, it uses its own implementation of `DockerMan` for managing Docker containers via [Community Applications (CA)](https://docs.unraid.net/unraid-os/using-unraid-to/run-docker-containers/community-applications/) plugin.
21
26
22
-
However, there is a [Docker Compose plugin](https://forums.unraid.net/topic/101521-docker-compose-plugin/) that can be used to [setup and run Dawarich using Docker Compose](https://github.com/Freika/dawarich/discussions/150). This method is not covered in this guide.
27
+
However, there is a [Docker Compose Manager](https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/) plugin that can be used to [setup and run Dawarich using Docker Compose](https://github.com/Freika/dawarich/discussions/150). This method is not covered in this guide.
23
28
24
29
*Feel free to contribute a PR if you want to add it.*
25
30
@@ -55,7 +60,7 @@ The [docker-compose file](https://github.com/Freika/dawarich/blob/master/docker/
55
60
By default user created networks are removed from Unraid when Docker is being restarted. This is done to prevent potential conflicts with the automatic generation of custom networks. If you want to use a user-defined bridge network for Dawarich containers, you need to change this behavior. Go to `Settings` -> `Docker` -> enable `Advanced View` and set `Preserve user defined networks` to `Yes`.
56
61
Docker has to be stopped so that the setting can be changed.
57
62
58
-
> [!Warning]
63
+
> [!WARNING]
59
64
> Change this setting to preserve user defined networks, but it is the responsibility of the user to ensure these entries work correctly and are conflict free.
60
65
61
66
#### 2. Create the user-defined bridge network
@@ -133,7 +138,7 @@ Install the `dawarich_sidekiq` CA template from nwithan8's repository.
0 commit comments