fix(immich): update pgvector-rs

This commit is contained in:
Nicolas Meienberger 2024-02-23 07:57:10 +01:00
parent b3d8b0e94c
commit aa7b2deca1
2 changed files with 7 additions and 13 deletions

View File

@ -5,12 +5,9 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 74,
"tipi_version": 75,
"version": "1.95.1",
"categories": [
"data",
"photography"
],
"categories": ["data", "photography"],
"description": "Photo and video backup solution directly from your mobile phone.",
"short_desc": "Photo and video backup solution directly from your mobile phone.",
"author": "Alex Tran",
@ -36,8 +33,5 @@
"env_variable": "IMMICH_TYPESENSE_API_KEY"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,10 +1,10 @@
version: '3.7'
version: "3.7"
services:
immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:v1.95.1
command: ['start-server.sh']
command: ["start-server.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
environment:
@ -53,7 +53,7 @@ services:
immich-microservices:
container_name: immich-microservices
image: ghcr.io/immich-app/immich-server:v1.95.1
command: ['start-microservices.sh']
command: ["start-microservices.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
environment:
@ -100,7 +100,7 @@ services:
immich-db:
container_name: immich-db
image: tensorchord/pgvecto-rs:pg14-v0.1.11
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: tipi