chore(infra): update dev env template (#10845)

This commit is contained in:
darkskygit
2025-03-14 04:55:27 +00:00
parent daccb2c865
commit 8af0526a22
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
postgres:
env_file:
- .env
image: postgres:${DB_VERSION:-16}
image: pgvector/pgvector:pg${DB_VERSION:-16}
ports:
- 5432:5432
environment: