Add test.sh
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user