upload downloadin file mapping

This commit is contained in:
2026-04-11 14:51:37 -04:00
parent a13cfe0b31
commit 32338c14ec
+4 -2
View File
@@ -72,7 +72,8 @@ services:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
- ${DOWNLOAD_ETC_PATH}/radarr:/config - ${DOWNLOAD_ETC_PATH}/radarr:/config
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional - ${DOWNLOAD_IN_PROGRESS_PATH}/incomplete:/downloads/incomplete #optional
- /mnt/mega/app_data/complete_torrent_downloads/radarr:/downloads/radarr #optional
- /mnt/mega/jellyfinMedia:/media - /mnt/mega/jellyfinMedia:/media
depends_on: depends_on:
vpn: vpn:
@@ -95,7 +96,8 @@ services:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
- ${DOWNLOAD_ETC_PATH}/sonarr:/config - ${DOWNLOAD_ETC_PATH}/sonarr:/config
- ${DOWNLOAD_IN_PROGRESS_PATH}:/downloads #optional - ${DOWNLOAD_IN_PROGRESS_PATH}/incomplete:/downloads/incomplete #optional
- /mnt/mega/app_data/complete_torrent_downloads/sonarr:/downloads/sonarr #optional
- /mnt/mega/jellyfinMedia:/media - /mnt/mega/jellyfinMedia:/media
depends_on: depends_on:
vpn: vpn: