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