Set depends_on where needed

This commit is contained in:
Jake Howard
2020-06-24 18:35:20 +01:00
parent 7a3643f3c2
commit 7d61282d19
7 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,8 @@ services:
ports:
- 8112:8112
restart: unless-stopped
depends_on:
- tor-socks-proxy
labels:
- traefik.enable=true
- traefik.http.routers.deluge.rule=Host(`deluge.jakehoward.tech`)