gf
This commit is contained in:
parent
ef87fce87f
commit
723ac1a19f
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
#
|
#
|
||||||
# The compose file on main may not be compatible with the latest release.
|
# The compose file on main may not be compatible with the latest release.
|
||||||
#
|
#
|
||||||
|
|
||||||
name: immich
|
name: immich
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -68,7 +67,7 @@ services:
|
||||||
container_name: immich_postgres
|
container_name: immich_postgres
|
||||||
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
||||||
image: ghcr.io/immich-app/postgres:15-vectorchord0.5.3
|
image: ghcr.io/immich-app/postgres:15-vectorchord0.5.3
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME}
|
POSTGRES_USER: ${DB_USERNAME}
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue