mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
removed vpn credentials from compose.yml
This commit is contained in:
@@ -18,11 +18,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# See https://github.com/qdm12/gluetun/wiki
|
# See https://github.com/qdm12/gluetun/wiki
|
||||||
- VPN_SERVICE_PROVIDER=protonvpn
|
- VPN_SERVICE_PROVIDER=protonvpn
|
||||||
# Wireguard:
|
- OPENVPN_USER=${OPENVPN_USER}
|
||||||
- OPENVPN_USER=0O1JuJFnG4GOFauGOc572pR0
|
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
|
||||||
- OPENVPN_PASSWORD=8HOCqw4zvv8mbX4bLAUpLT3z
|
|
||||||
- TZ=America/New_York # Timezone for accurate log times
|
- TZ=America/New_York # Timezone for accurate log times
|
||||||
# optional, server_[countries, cities]
|
|
||||||
- SERVER_COUNTRIES=United States
|
- SERVER_COUNTRIES=United States
|
||||||
# - SERVER_CITIES=Stockholm
|
# - SERVER_CITIES=Stockholm
|
||||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||||
@@ -41,7 +39,7 @@ services:
|
|||||||
- /data/usenet/downloads:/downloads
|
- /data/usenet/downloads:/downloads
|
||||||
- /data/usenet/incomplete-downloads:/incomplete-downloads
|
- /data/usenet/incomplete-downloads:/incomplete-downloads
|
||||||
# network_mode: "service:gluetun" forces sabnzbd 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"
|
network_mode: service:gluetun
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
sonarr:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
@@ -105,8 +103,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
gluetun_data:
|
gluetun_data: null
|
||||||
sabnzbd_data:
|
sabnzbd_data: null
|
||||||
tautulli:
|
tautulli: null
|
||||||
Reference in New Issue
Block a user