add external libraries to immich

This commit is contained in:
2026-05-14 22:58:19 +02:00
parent 509e71aa55
commit 126faba240
+2
View File
@@ -24,6 +24,8 @@ services:
volumes: volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data
- /mnt/user/volume1/photo:/mnt/media/master-library:ro # Mount External Library "Master Library"
- /mnt/user/nextcloud-data/tonitrus/files/photos:/mnt/media/tonitrus-photos:ro # Mount External Library "Tonitrus Photos"
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "2283:2283" - "2283:2283"