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
|**Modular Deployment**|[docker-compose.proxy.yml](./installation#-recommended-modular-deployment)| ⭐⭐ Recommended! Separate containers for **m3u-editor**, **m3u-proxy** (_the external proxy setup is required for hardware acceleration_), and **Redis** — perfect if you want more granular control (_Postgres and NGINX can be easily added as a seperate container as well_). |
36
+
|**All-in-One Deployment**|[docker-compose.aio.yml](./installation#simple-all-in-one-deployment)| A simple, all-in-one solution — everything runs in a single container for quick setup (_hardware acceleration is not supported in this setup_). |
37
+
|**Modular + VPN**|[docker-compose.proxy-vpn](./installation#advanced-modular-with-vpn)| Example of modular deployment using Gluetun VPN. |
38
+
39
+
<small>For more examples, see the [Deployments](./deployment/docker-compose.md) page</small>
40
+
41
+
### ⭐⭐ Recommended: Modular Deployment
32
42
33
43
**File**: `docker-compose.proxy.yml`
34
44
@@ -102,6 +112,6 @@ Once your containers are running:
0 commit comments