mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: specify vchord version in ci (#18423)
This commit is contained in:
parent
760b08506a
commit
bc906f7343
3 changed files with 3 additions and 3 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')
|
||||
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.3.0')
|
||||
.withExposedPorts(5432)
|
||||
.withEnvironment({
|
||||
POSTGRES_PASSWORD: 'postgres',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue