Question regarding the services working together #184
-
Hello there, i got immich running and its great! :) I've got a few questions regarding the Immich stack:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
Hey Alex, thank you for your detailed response! That has helped my understandig of the services working together :) |
Beta Was this translation helpful? Give feedback.
Hello,
The UPLOAD_LOCATION is mandatory as it is a commonly used method to mount a network drive or to specify the drive on the file system where they can perform additional actions work, like duplicate the backup to another cloud storage. It is more convenient than having to look into the Docker managed volumes.
Nginx is for load balancing purpose for the scenario you want to scale the number of the server container
VITE_SERVER_ENDPOINT is for the web interface to know which endpoint it will need to make the request to. Imagine this is Google Photos, the website is hardcoded to know it needs to make the request back to Google owned service, but since I will have no knowledge of the…