immich db setup

This commit is contained in:
soraefir
2026-05-14 23:12:56 +02:00
parent 7e3d86e37e
commit 84d9b0ade0
3 changed files with 7 additions and 6 deletions

View File

@@ -34,3 +34,5 @@ UMAMI: |
DB_PASSWORD=...
DATABASE_URL=postgresql://username:mypassword@localhost:5432/mydb
APP_SECRET=...
IMMICH: |
DB_URL = "postgresql://immich_user:...@localhost:5432/immich_db";