You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.opencontainers.image.description="PostgreSQL 14 with pgvector and vectorchord extensions required by Immich for vector similarity search." \
51
+
org.opencontainers.image.description="PostgreSQL with pgvector and vectorchord extensions required by Immich for vector similarity search. Defaults to PostgreSQL 14 (:latest), PostgreSQL 18 available as :18." \
PostgreSQL 14 with pgvector and vectorchord extensions required by Immich for vector similarity search.
11
+
PostgreSQL with pgvector and vectorchord extensions required by Immich for vector similarity search. Defaults to PostgreSQL 14 (:latest), PostgreSQL 18 available as :18.
12
12
13
13
|||
14
14
|---|---|
@@ -21,7 +21,8 @@ PostgreSQL 14 with pgvector and vectorchord extensions required by Immich for ve
21
21
22
22
| Tag | Description | Best For |
23
23
| :--- | :--- | :--- |
24
-
|`latest`|**Upstream Binary**. Built from official release. | Most users. Matches Linux Docker behavior. |
24
+
|`14` / `latest`|**Upstream Binary**. Built from official release. | Most users. Matches Linux Docker behavior. |
25
+
|`18`|**Upstream Binary**. Built from official release. | Alternative build. |
Copy file name to clipboardExpand all lines: compose.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ x-daemonless:
4
4
title: "Immich PostgreSQL"
5
5
icon: ":simple-postgresql:"
6
6
category: "Databases"
7
-
description: "PostgreSQL 14 with pgvector and vectorchord extensions required by Immich for vector similarity search."
7
+
description: "PostgreSQL with pgvector and vectorchord extensions required by Immich for vector similarity search. Defaults to PostgreSQL 14 (:latest), PostgreSQL 18 available as :18."
0 commit comments