added depends on for jdownloader qbittorrent and sabnzbd
This commit is contained in:
@@ -116,6 +116,8 @@ services:
|
||||
# - MYJD_PASSWORD=
|
||||
# - MYJD_DEVICE_NAME=dockerserver
|
||||
network_mode: "service:gluetun"
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFDIR}/jdownloader/config:/config
|
||||
@@ -252,35 +254,6 @@ services:
|
||||
- ${DOCKERCONFDIR}/organizr/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
# overseerr:
|
||||
# container_name: overseerr
|
||||
# image: sctx/overseerr:latest
|
||||
# environment:
|
||||
# - LOG_LEVEL=info
|
||||
# - TZ=${TZ}
|
||||
# ports:
|
||||
# - 5055:5055
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKERCONFDIR}/overseerr/config:/app/config
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
|
||||
# plex:
|
||||
# container_name: plex
|
||||
# image: lscr.io/linuxserver/plex:latest
|
||||
# network_mode: host
|
||||
# environment:
|
||||
# - PUID=${PUID}
|
||||
# - PGID=${PGID}
|
||||
# - TZ=${TZ}
|
||||
# - VERSION=docker
|
||||
# - PLEX_CLAIM= #optional
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKERCONFDIR}/plex/config:/config
|
||||
# - ${MEDIA_DIR}/tvshows:/tvshows
|
||||
# - ${MEDIA_DIR}/movies:/movies
|
||||
|
||||
prowlarr:
|
||||
container_name: prowlarr
|
||||
image: ghcr.io/linuxserver/prowlarr:develop
|
||||
@@ -303,6 +276,8 @@ services:
|
||||
- TZ=${TZ}
|
||||
- WEBUI_PORT=8282
|
||||
network_mode: "service:gluetun"
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFDIR}/qbittorrent/config:/config
|
||||
@@ -331,6 +306,8 @@ services:
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
network_mode: "service:gluetun"
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFDIR}/sabnzbd:/config
|
||||
|
||||
Reference in New Issue
Block a user