feat: Updates networks.

This commit is contained in:
2025-11-28 17:10:29 -05:00
parent 35d07b0fdd
commit 1ec1cbeb87

View File

@@ -14,6 +14,8 @@ services:
environment:
- TZ=${TIMEZONE}
- /dev/dri:/dev/dri
networks:
- proxy
gluetun:
image: qmcgaw/gluetun
@@ -45,6 +47,9 @@ services:
- VPN_PORT_FORWARDING=on
- SERVER_COUNTRIES=United States
- TZ=${TIMEZONE}
networks:
- proxy
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
@@ -175,3 +180,9 @@ services:
- jellyfin
- sonarr
- radarr
networks:
backend:
external: true
proxy:
external: true