Learn how to install Immich on Dockge for a self-hosted photo and video backup solution directly from your mobile phone. Protect your precious memories effortlessly!
About: Self-hosted photo and video backup solution directly from your mobile phone.
Thanks for the great video. I copied your yml into dockge and it works. One more question I have is how I can modify the yml file to set up the immich access to external library. I have a folder “/mnt/NAS10T/Photos” on my NAS that stores all my original photos and videos.
I tried to add:
immich-server: volumes:
# Mounting directories for persistent data storage
- /mnt/NAS10T/Photos:/usr/src/app/external
But it doesn’t seem to scan my library. Any help would be highly appreciated!
I checked out the tutorial but still can’t make it work. Below is what I have. Appreciate your generous help!
The xompose.yml in dockge:
services:
immich-server:
container_name: immich-server # Name of the running container
volumes:
# Mounting directories for persistent data storage
- immich_upload:/usr/src/app/upload
- ${EXTERNAL_PATH}:/usr/src/app/external
immich-microservices:
volumes:
# Mounting directories for persistent data storage
- immich_upload:/usr/src/app/upload
- ${EXTERNAL_PATH}:/usr/src/app/external
As for the enviroment variables, I am not sure where to put it. I noticed at the bottom of dockge, there is a block “.env” (sorry I can’t attach the screenshot). Below is what I added:
EXTERNAL_PATH=/mnt/NAS10T/Photos
On the Immich Web GUI, I added import path:
/usr/src/app/external