Add hardlinking support to yams.
Tested by UncarvedMatt in the discord, Please test before merging!
This commit is contained in:
parent
e2c83c9400
commit
bbe274b8b7
@ -27,7 +27,7 @@ services:
|
|||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/data/downloads
|
||||||
- ${INSTALL_DIRECTORY}/config/qbittorrent:/config
|
- ${INSTALL_DIRECTORY}/config/qbittorrent:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports: # qbittorrent
|
ports: # qbittorrent
|
||||||
@ -43,8 +43,8 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
- ${MEDIA_DIRECTORY}:/data # Pass through the entire /data so sonarr can treat /data/downloads and /data/tvshows as the same directory
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
# - ${MEDIA_DIRECTORY}/downloads:/downloads # No longer required for hardlinking to function per TRaSH Guides
|
||||||
- ${INSTALL_DIRECTORY}/config/sonarr:/config
|
- ${INSTALL_DIRECTORY}/config/sonarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
@ -59,8 +59,8 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
- ${MEDIA_DIRECTORY}:/data # Pass through the entire /data so radarr can treat /data/downloads and /data/tvshows as the same directory
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
# - ${MEDIA_DIRECTORY}/downloads:/downloads # No longer required for hardlinking to function per TRaSH Guides
|
||||||
- ${INSTALL_DIRECTORY}/config/radarr:/config
|
- ${INSTALL_DIRECTORY}/config/radarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
@ -75,8 +75,8 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/music:/music
|
- ${MEDIA_DIRECTORY}:/data # Pass through the entire /data so lidarr can treat /data/downloads and /data/tvshows as the same directory
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
# - ${MEDIA_DIRECTORY}/downloads:/downloads # No longer required for hardlinking to function per TRaSH Guides
|
||||||
- ${INSTALL_DIRECTORY}/config/lidarr:/config
|
- ${INSTALL_DIRECTORY}/config/lidarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8686:8686
|
- 8686:8686
|
||||||
@ -91,8 +91,8 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/books:/books
|
- ${MEDIA_DIRECTORY}:/data # Pass through the entire /data so readarr can treat /data/downloads and /data/tvshows as the same directory
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
# - ${MEDIA_DIRECTORY}/downloads:/downloads # No longer required for hardlinking to function per TRaSH Guides
|
||||||
- ${INSTALL_DIRECTORY}/config/readarr:/config
|
- ${INSTALL_DIRECTORY}/config/readarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8787:8787
|
- 8787:8787
|
||||||
@ -107,8 +107,8 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
- ${MEDIA_DIRECTORY}:/data/media # I don't know tbh this is just what TRaSH Guides recommends
|
||||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
# - ${MEDIA_DIRECTORY}/tvshows:/tv # Not needed for hardlinking
|
||||||
- ${INSTALL_DIRECTORY}/config/bazarr:/config
|
- ${INSTALL_DIRECTORY}/config/bazarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
|
Loading…
x
Reference in New Issue
Block a user