Add hardlinking support to yams. #67
@ -27,7 +27,7 @@ services:
|
||||
- PGID=${PGID}
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||
- ${MEDIA_DIRECTORY}/downloads:/data/downloads
|
||||
- ${INSTALL_DIRECTORY}/config/qbittorrent:/config
|
||||
restart: unless-stopped
|
||||
ports: # qbittorrent
|
||||
@ -43,8 +43,8 @@ services:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||
- ${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 # No longer required for hardlinking to function per TRaSH Guides
|
||||
- ${INSTALL_DIRECTORY}/config/sonarr:/config
|
||||
ports:
|
||||
- 8989:8989
|
||||
@ -59,8 +59,8 @@ services:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||
- ${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 # No longer required for hardlinking to function per TRaSH Guides
|
||||
- ${INSTALL_DIRECTORY}/config/radarr:/config
|
||||
ports:
|
||||
- 7878:7878
|
||||
@ -75,8 +75,8 @@ services:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/music:/music
|
||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||
- ${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 # No longer required for hardlinking to function per TRaSH Guides
|
||||
- ${INSTALL_DIRECTORY}/config/lidarr:/config
|
||||
ports:
|
||||
- 8686:8686
|
||||
@ -91,8 +91,8 @@ services:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/books:/books
|
||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||
- ${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 # No longer required for hardlinking to function per TRaSH Guides
|
||||
- ${INSTALL_DIRECTORY}/config/readarr:/config
|
||||
ports:
|
||||
- 8787:8787
|
||||
@ -107,8 +107,8 @@ services:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
||||
- ${MEDIA_DIRECTORY}:/data/media # I don't know tbh this is just what TRaSH Guides recommends
|
||||
# - ${MEDIA_DIRECTORY}/tvshows:/tv # Not needed for hardlinking
|
||||
- ${INSTALL_DIRECTORY}/config/bazarr:/config
|
||||
ports:
|
||||
- 6767:6767
|
||||
|
Loading…
x
Reference in New Issue
Block a user