feat: Make qBittorrent depend on healthy VPN rather started VPN
This commit is contained in:
parent
3495a9fc1d
commit
2dbca50c75
@ -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`))
|
||||
|
Loading…
Reference in New Issue
Block a user