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
| PLEX_SERVER | string | Yes | The URL of the Plex server that the frontend will connect to |
50
-
| PROXY_PLEX_SERVER | string | No | The URL of the Plex server to proxy requests to |
51
-
| DISABLE_PROXY | true/false | No | If set to true, the proxy will be disabled and all requests go directly to the Plex server from the frontend (NOT RECOMMENDED) |
52
-
| DISABLE_TLS_VERIFY | true/false | No | If set to true, the proxy will not check any https ssl certificates |
53
-
| DISABLE_NEVU_SYNC | true/false | No | If set to true, Nevu sync (watch together) will be disabled |
54
-
| DISABLE_REQUEST_LOGGING| true/false | No | If set to true, the server will not log any requests |
47
+
### Docker Compose
48
+
49
+
Alternatively, you can use Docker Compose to run Nevu. Create a `docker-compose.yml` file with the following content:
|`PLEX_SERVER`| string | Yes | The URL of the Plex server that the frontend will connect to |
77
+
|`PROXY_PLEX_SERVER`| string | No | The URL of the Plex server to proxy requests to |
78
+
|`DISABLE_PROXY`| true/false | No | If set to true, the proxy will be disabled and all requests go directly to the Plex server from the frontend (NOT RECOMMENDED) |
79
+
|`DISABLE_TLS_VERIFY`| true/false | No | If set to true, the proxy will not check any https ssl certificates |
80
+
|`DISABLE_NEVU_SYNC`| true/false | No | If set to true, Nevu sync (watch together) will be disabled |
81
+
|`DISABLE_REQUEST_LOGGING`| true/false | No | If set to true, the server will not log any requests |
0 commit comments