Skip to content

Commit 5c77473

Browse files
committed
Merge branch 'prerelease' of https://github.com/varun-raj/immich-power-tools into feat-august-release
2 parents ed411ae + 99586a9 commit 5c77473

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,18 @@ services:
4848
- .env
4949
```
5050
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`).
5254

5355
```bash
5456
IMMICH_API_KEY= # your_immich_api_key
5557
IMMICH_URL = "http://local-ip-of-immich:port" # Your immich instace ip address and port
5658
EXTERNAL_IMMICH_URL = "https://external-address" # External address of immich
5759
60+
DB_PORT = "5432"
61+
DB_HOST = "immich_postgres"
62+
5863
# Optional
5964
GOOGLE_MAPS_API_KEY= # Google Maps API Key
6065
GEMINI_API_KEY= # Gemini API Key

0 commit comments

Comments
 (0)