You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-07-11 14:30:15 +02:00
feat: Make qBittorrent depend on healthy VPN rather started VPN
This commit is contained in:
@ -93,7 +93,8 @@ services:
|
||||
restart: always
|
||||
network_mode: "service:vpn"
|
||||
depends_on:
|
||||
- vpn
|
||||
vpn:
|
||||
condition: service_healthy
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.qbittorrent.rule=(Host(`${HOSTNAME}`) && PathPrefix(`/qbittorrent`))
|
||||
|
Reference in New Issue
Block a user