chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-05-22 00:45:46 +02:00 committed by GitHub
parent 933112fb8d
commit ae9dcdd060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ services:
- immich-internal
immich-database:
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
container_name: immich-database
env_file:
- .env
@ -66,8 +66,6 @@ services:
PG_DATA: /var/lib/postgresql/data
volumes:
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
command: >-
postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=on
restart: unless-stopped
networks:
- immich-internal