Skip to content

Commit

Permalink
fix(immich): Update database environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Sep 1, 2024
1 parent d93d03f commit 150a0ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ services:
image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
environment:
DB_HOSTNAME: immich_postgres
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_USERNAME: postgres
DB_DATABASE_NAME: immich
POSTGRES_PASSWORD: ${IMMICH_DB_PASSWORD}
POSTGRES_USER: postgres
POSTGRES_DB: immich
Expand Down

0 comments on commit 150a0ee

Please sign in to comment.