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
To ensure the data is saved across builds, link an empty volume to: `/var/www/config` within the container. This is where the `env` file will be stored, along with the sqlite database and the application log files.
12
+
13
+
Note about websocket
14
+
{: .label .label-purple }
15
+
16
+
**NOTE**: You will need to set the `REVERB_HOST` variable to the machine IP where **m3u editor** is runing for websockets to work correctly (if not running on `localhost`).
17
+
18
+
#### Table of contents
19
+
20
+
-[Docker compose (simplest)](#-docker-compose)
21
+
-[Docker with internal Postgres (recommended)](#-docker-compose-with--sql-postgresql) <sup>(v0.6.0+)</sup>
22
+
-[Docker with your Postgres (advanced)](#-if-youd-like-to-use-your-own-postgresql-instance) <sup>(v0.6.0+)</sup>
23
+
24
+
---
25
+
9
26
## 🐳 Docker compose
10
27
11
28
Use the following compose example to get up and running.
To ensure the data is saved across builds, link an empty volume to: `/var/www/config` within the container. This is where the `env` file will be stored, along with the sqlite database and the application log files.
46
-
47
-
Note about websocket
48
-
{: .label .label-purple }
49
-
50
-
> You will need to set the `REVERB_HOST` variable to the machine IP where **m3u editor** is runing for websockets to work correctly, if not running on `localhost`.
51
-
52
60
---
53
61
54
62
## 🐳 Docker compose with 🐘 SQL (PostgreSQL)
@@ -110,7 +118,9 @@ PG_USER=m3ue
110
118
PG_PASSWORD=secret
111
119
```
112
120
113
-
### 🔧 If you'd like to use your own PostgreSQL instance
121
+
---
122
+
123
+
## 🔧 If you'd like to use your own PostgreSQL instance
0 commit comments