chore: switch prod PostgreSQL to pgvector image and secure .env.production

This commit is contained in:
chiguyong 2026-06-02 21:09:13 +08:00
parent da8d1e7667
commit 98d6528dc2
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -16,8 +16,9 @@ backend/.venv/
.env
backend/.env
frontend/.env.local
# 不忽略 .env.example供新成员参考
.env.production
!.env.example
!.env.production.example
# IDE
.idea/

View File

@ -17,7 +17,7 @@ version: "3.9"
services:
db:
image: postgres:15-alpine
image: pgvector/pgvector:pg15
container_name: geo_db_prod
restart: always
environment: