mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 02:18:25 +08:00
chore(docker): update PostgreSQL image version to v0.22.2-pg17 in development and production configurations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
# 只启动依赖的基础设施服务
|
||||
postgres:
|
||||
image: paradedb/paradedb:v0.21.4-pg17
|
||||
image: paradedb/paradedb:v0.22.2-pg17
|
||||
container_name: WeKnora-postgres-dev
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
|
||||
+1
-1
@@ -176,7 +176,7 @@ services:
|
||||
|
||||
# 修改的PostgreSQL配置
|
||||
postgres:
|
||||
image: paradedb/paradedb:v0.21.4-pg17
|
||||
image: paradedb/paradedb:v0.22.2-pg17
|
||||
container_name: WeKnora-postgres
|
||||
environment:
|
||||
- POSTGRES_USER=${DB_USER}
|
||||
|
||||
Reference in New Issue
Block a user