Add test.sh

This commit is contained in:
ChenKaiLiuG
2025-12-21 17:15:44 +08:00
parent ccb0202579
commit a8f57ec60b
2 changed files with 176 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
version: '3.8'
services:
# PostgreSQL - 共用資料庫
# PostgreSQL - 共用資料庫(支援 pgvector
postgres:
image: postgres:15-alpine
image: pgvector/pgvector:pg15
container_name: tobiichiGPT-postgres
restart: unless-stopped
environment: