This commit is contained in:
traveler 2025-11-14 13:35:47 -06:00
parent ef87fce87f
commit 723ac1a19f

View file

@ -5,7 +5,6 @@
#
# The compose file on main may not be compatible with the latest release.
#
name: immich
services:
@ -68,7 +67,7 @@ services:
container_name: immich_postgres
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
image: ghcr.io/immich-app/postgres:15-vectorchord0.5.3
environment:
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}