2
0
Fork 0

update: docker-compose.yml - move default info to the line below; add depends_on param

This commit is contained in:
soxfor 2023-03-20 02:25:21 +00:00
parent ca1bcb994c
commit 74badb1d1e
1 changed files with 19 additions and 7 deletions

View File

@ -8,12 +8,24 @@ services:
environment:
- TZ=Etc/UTC
- QBITTORRENT_SERVER=ip.a.dd.r
# - QBITTORRENT_PORT= # Defaults to 8080
# - QBITTORRENT_USER= # Defaults to admin
# - QBITTORRENT_PASS= # Defaults to adminadmin
# - VPN_CT_NAME= # Defaults to gluetun
# - QBITTORRENT_PORT=
# Defaults to 8080
# - QBITTORRENT_USER=
# Defaults to admin
# - QBITTORRENT_PASS=
# Defaults to adminadmin
# - VPN_CT_NAME=
# Defaults to gluetun
- VPN_GATEWAY=ip.a.dd.r
# - VPN_IF_NAME= # Defaults to tun0
# - CHECK_INTERVAL= # Defaults to 300sec
# - NAT_LEASE_LIFETIME= # Defaults to 300sec
# - VPN_IF_NAME=
# Defaults to tun0
# - CHECK_INTERVAL=
# Defaults to 300sec
# - NAT_LEASE_LIFETIME=
# Defaults to 300sec
depends_on:
# VPN Container Name
- gluetun
# qBittorrent Container Name
- qbittorrent
network_mode: "container:gluetun" # Specify the VPN container name here