Compare commits

..

2 Commits

Author SHA1 Message Date
756049f74e Add qbt dependency on vpn 2025-09-30 11:31:29 -05:00
d4e6c7b732 Remove port publishing from qbt as well 2025-09-30 11:27:47 -05:00

View File

@@ -14,8 +14,8 @@ services:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=wireguard
- VPN_ENDPOINT_IP=${ENDPOINT_IP}
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDR}
- VPN_ENDPOINT_PORT=${ENDPOINT_PORT}
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDR}
- VPN_DNS_ADDRESS=${DNS_ADDRESS}
- WIREGUARD_PUBLIC_KEY=${PUBLIC_KEY}
- WIREGUARD_PRIVATE_KEY=${PRIVATE_KEY}
@@ -42,12 +42,14 @@ services:
- /data/jellyfin:/data/jellyfin
- /data/jellyfin/configs/qbittorrent:/config
# - /data/jellyfin/qbittorrent/downloads:/data/jellyfin/qbittorrent/downloads
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
# ports:
# - 8080:8080
# - 6881:6881
# - 6881:6881/udp
# networks:
# - jellyfin-int
depends_on:
- gluetun
restart: unless-stopped
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest