Skip to content

Commit

Permalink
feat: Make qBittorrent depend on healthy VPN rather started VPN
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed May 13, 2023
1 parent 3495a9f commit 2dbca50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`))
Expand Down

0 comments on commit 2dbca50

Please sign in to comment.