🔨 chore(docker): replace dev/prod pgsql docker image with paradedb (#13373)

🐛 fix(docker): replace dev/prod pgsql docker image with paradedb

Signed-off-by: WindSpiritSR <simon343riley@gmail.com>
This commit is contained in:
WindSpiritSR 2026-03-30 16:52:00 +08:00 committed by GitHub
parent 4a63ea3dcc
commit 0439a29189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ services:
- .env
postgresql:
image: pgvector/pgvector:pg17
image: paradedb/paradedb:latest-pg17
container_name: lobe-postgres
ports:
- '5432:5432'
@ -63,11 +63,11 @@ services:
volumes:
- rustfs-data:/data
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:9000/health >/dev/null 2>&1 || exit 1"]
test: ['CMD-SHELL', 'wget -qO- http://localhost:9000/health >/dev/null 2>&1 || exit 1']
interval: 5s
timeout: 3s
retries: 30
command: ["--access-key","${RUSTFS_ACCESS_KEY}","--secret-key","${RUSTFS_SECRET_KEY}","/data"]
command: ['--access-key','${RUSTFS_ACCESS_KEY}','--secret-key','${RUSTFS_SECRET_KEY}','/data']
env_file:
- .env
@ -90,7 +90,7 @@ services:
mc admin info rustfs || true;
mc anonymous set-json "/bucket.config.json" "rustfs/lobe";
'
restart: "no"
restart: 'no'
networks:
- lobe-network
env_file:

View file

@ -17,7 +17,7 @@ services:
- lobe-network
postgresql:
image: pgvector/pgvector:pg17
image: paradedb/paradedb:latest-pg17
container_name: lobe-postgres
ports:
- '5432:5432'