diff --git a/qbittorrent/qbittorrent.compose.yaml b/qbittorrent/qbittorrent.compose.yaml index 12ffce0..536d48f 100644 --- a/qbittorrent/qbittorrent.compose.yaml +++ b/qbittorrent/qbittorrent.compose.yaml @@ -10,7 +10,7 @@ services: - TORRENTING_PORT=${QBITTORRENT_DL_PORT} volumes: - ./config:/config - - ${DOWNLOAD_TORRENT_PATH}:/downloads + - ${DOWNLOAD_TORRENT_PATH}:/torrent-downloads labels: - "traefik.enable=true" - "traefik.http.routers.${QBITTORRENT_REF}.entrypoints=web" diff --git a/sabnzbd/sabnzbd.compose.yaml b/sabnzbd/sabnzbd.compose.yaml index 5d0fe21..04ef5b4 100644 --- a/sabnzbd/sabnzbd.compose.yaml +++ b/sabnzbd/sabnzbd.compose.yaml @@ -7,8 +7,8 @@ services: container_name: sabnzbd volumes: - ./config:/config - - ${DOWNLOAD_NZB_PATH}/complete:/downloads - ${DOWNLOAD_NZB_PATH}/incomplete:/incomplete-downloads + - ${DOWNLOAD_NZB_PATH}/complete:/nzb-downloads labels: - "traefik.enable=true" - "traefik.http.routers.${SABNZBD_REF}.entrypoints=web" diff --git a/sonarr/sonarr.compose.yaml b/sonarr/sonarr.compose.yaml index dd6e60d..348c34a 100644 --- a/sonarr/sonarr.compose.yaml +++ b/sonarr/sonarr.compose.yaml @@ -8,6 +8,8 @@ services: volumes: - ./config:/config - ${MEDIA_SERIES_PATH}:/tv + - ${DOWNLOAD_NZB_PATH}/complete:/nzb-downloads + - ${DOWNLOAD_TORRENT_PATH}:/torrent-downloads ports: - ${SONARR_PORT}:8989 labels: