add depends_on
This commit is contained in:
parent
3af448db51
commit
929130c5ac
@ -51,6 +51,8 @@ services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- deunhealth.restart.on.unhealthy= "true"
|
||||
@ -73,6 +75,8 @@ services:
|
||||
nzbget:
|
||||
image: lscr.io/linuxserver/nzbget:latest
|
||||
container_name: nzbget
|
||||
depends_on:
|
||||
- gluetun
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
@ -89,6 +93,8 @@ services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
depends_on:
|
||||
- gluetun
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user