mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: vchord 0.4.1 (#18588)
* vchord 0.4.x * oops --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
f029910dc7
commit
3f08768854
8 changed files with 36 additions and 28 deletions
|
|
@ -7,7 +7,7 @@ import { getKyselyConfig } from 'src/utils/database';
|
|||
import { GenericContainer, Wait } from 'testcontainers';
|
||||
|
||||
const globalSetup = async () => {
|
||||
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.3.0')
|
||||
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.4.1')
|
||||
.withExposedPorts(5432)
|
||||
.withEnvironment({
|
||||
POSTGRES_PASSWORD: 'postgres',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue