deploy: use pgvector postgres mirror for prod and staging

This commit is contained in:
Kevin
2026-03-23 09:20:38 +08:00
parent b6d9eab44d
commit 584fb9ffe9

View File

@@ -3,7 +3,7 @@ version: '3.8'
services:
# PostgreSQL 数据库(使用最新版 17
postgres:
image: m.daocloud.io/docker.io/library/postgres:17-alpine
image: m.daocloud.io/docker.io/pgvector/pgvector:pg17
container_name: life-echo-postgres
ports:
- "127.0.0.1:5432:5432" # 仅绑定 localhost通过 SSH 隧道访问