File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,18 @@ services:
48
48
- .env
49
49
` ` `
50
50
51
- Add the Immich API Key and immich url's to the env file (which you already have for the immich)
51
+ Add the Immich API Key and immich url's to the env file (which you already have for the immich).
52
+ You also need to add ` DB_PORT` (Default 5432) and `DB_HOST`, which has to be set to the name of the immich database
53
+ container (Default `immich_postgres`).
52
54
53
55
` ` ` bash
54
56
IMMICH_API_KEY= # your_immich_api_key
55
57
IMMICH_URL = "http://local-ip-of-immich:port" # Your immich instace ip address and port
56
58
EXTERNAL_IMMICH_URL = "https://external-address" # External address of immich
57
59
60
+ DB_PORT = "5432"
61
+ DB_HOST = "immich_postgres"
62
+
58
63
# Optional
59
64
GOOGLE_MAPS_API_KEY= # Google Maps API Key
60
65
GEMINI_API_KEY= # Gemini API Key
You can’t perform that action at this time.
0 commit comments