chore: switch db port to 5433 and use pgvector image

This commit is contained in:
chengkai3
2026-04-12 21:46:31 +08:00
parent 2c854cc6af
commit 0fa6b043c6
6 changed files with 35 additions and 9 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ INITIAL_ADMIN_PASSWORD=change-me-strong-password
POSTGRES_DB=fquiz
POSTGRES_USER=fquiz
POSTGRES_PASSWORD=fquiz
POSTGRES_IMAGE=docker.m.daocloud.io/library/postgres:16-alpine
POSTGRES_PORT=5433
POSTGRES_IMAGE=docker.m.daocloud.io/pgvector/pgvector:pg16
PYTHON_BASE_IMAGE=docker.m.daocloud.io/library/python:3.11-slim
NODE_BASE_IMAGE=docker.m.daocloud.io/library/node:22-alpine
PIP_INDEX_URL=https://pypi.org/simple