Replies: 2 comments
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
-
The default docker-compose and .env works just fine no problem here on my synology. name: immich services: immich-machine-learning: redis: database: The location where your uploaded files are stored The location where your database files are stored. Network shares are not supported for the database To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List The Immich version to use. You can pin this to a specific version like "v1.71.0" Connection secret for postgres. You should change it to a random password |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I installed Immich on my Synology the official yaml configuration doesn't worked for me, and on this youtube video I saw this is not only for me, so he created a own configuration which works (link below). But I'm asking myself, what do you think about this configuration ? is there a better one or official ? And is the "POSTGRES_INITDB_ARGS" argument correct or without upstrokes ?
And one more topic: I just recognized that the database-password provided in the file is not used. If I change the password "postgres" in the file, it is working anyway, and if I change the database-pw by shell-command and change it in the file too, it can't connect. Where is the password saved ? I'm not using a env-file.
https://github.com/Tech-Byte-Tips/Reference-Guides/blob/main/Installing%20Immich%20(as%20a%20container)%20in%20a%20Synology%20NAS/compose.yaml
Beta Was this translation helpful? Give feedback.
All reactions