qbittorrent

> creating docs
This commit is contained in:
2023-11-28 00:37:00 -08:00
parent e024b8dc6b
commit 2eb979012d
2 changed files with 92 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ services:
healthcheck:
# change this ip addrss to match your server. Mine is below as an example
#test: curl -sf http://192.168.1.59:8124 || exit 1
test: curl -sf http://192.168.1.59:8124 || exit 1
test: curl -sf http://<SERVER IP ADDRESS>:8124 || exit 1
interval: 60s
timeout: 30s
retries: 3
@@ -88,15 +88,13 @@ services:
# Checks google every 5 min to see if container is active.
- HEALTH_CHECK_HOST=https://google.com
- OPENVPN_PROVIDER=PRIVADO
- OPENVPN_USERNAME=nhbcimfitlzu
- OPENVPN_PASSWORD=oMky&z%xpDX3#
# OpenVPN Provider Info
- OPENVPN_PROVIDER=<PROVIDER NAME>
- OPENVPN_USERNAME=<PROVIDER USERNAME>
- OPENVPN_PASSWORD=<PROVIDER PASSWORD>
- OPENVPN_CONFIG=default
- LOCAL_NETWORK=192.168.1.0/24
#- LOCAL_NETWORK=192.168.1.59
- LOCAL_NETWORK=192.168.1.0/24