Hello! I'm trying to setup my Immich server using Docker running on Ubuntu 24.04.3. I currently have a large external library for photo storage, and I'm trying to seamlessly integrate Immich with my existing setup using custom locations.
What is the cleanest way to configure the custom file locations so that the
library
library
folder is separate from all other
backups
backups
,
encoded-video
encoded-video
,
profile
profile
,
thumbs
thumbs
, and
upload
upload
folders ? I would like to use custom paths so that Immich passed images through the storage template to my existing
/mnt/pool/media/photos/
/mnt/pool/media/photos/
storage, and all other necessary files are written elsewhere:
/srv/docker/immich-app/immich/
/srv/docker/immich-app/immich/
.
With the current state of my docker-compse.yml and .env files, duplicate folders are being created: