mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
added new private key & added qbit back in
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
- 8388:8388/tcp # Shadowsocks
|
||||
- 8388:8388/udp # Shadowsocks
|
||||
- 8080:8080/tcp # qbittorrent webUI
|
||||
- 8085:8085/tcp # sabnzbd webUI
|
||||
volumes:
|
||||
- /vpn-gluetun:/gluetun
|
||||
environment:
|
||||
@@ -21,14 +22,27 @@ services:
|
||||
- VPN_TYPE=wireguard
|
||||
# Wireguard:
|
||||
# - mullvad device name "welcoming labrador"
|
||||
- WIREGUARD_PRIVATE_KEY=KM9brVZD0P3VlBJVYkQPe5rr17cr/orNWphTgOSqakA=
|
||||
- WIREGUARD_ADDRESSES=10.66.1.218/32
|
||||
- WIREGUARD_PRIVATE_KEY=YIGDvBo6zb5NP4uQaBlySPwehUmS2cAr+mrnl/IiEm0=
|
||||
- WIREGUARD_ADDRESSES=10.65.241.28/32
|
||||
- TZ=America/New_York # Timezone for accurate log times
|
||||
# optional, server_[countries, cities]
|
||||
# - SERVER_COUNTRIES: Comma separated list of countries
|
||||
# - SERVER_CITIES=Stockholm
|
||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||
restart: always
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- /mnt/d/docker/qbittorrent/config:/config
|
||||
- /mnt/d/media/downloads:/downloads
|
||||
network_mode: "service:gluetun"
|
||||
restart: always
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
@@ -40,6 +54,6 @@ services:
|
||||
- /mnt/d/docker/sabnzbd/config:/config
|
||||
- /mnt/d/media/downloads/sabnzbd/complete:/downloads
|
||||
- /mnt/d/media/downloads/sabnzbd/incomplete/:/incomplete-downloads
|
||||
# network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
|
||||
# network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above
|
||||
network_mode: "service:gluetun"
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user