docker-compose增加jeecg-boot-pgvector

This commit is contained in:
JEECG
2025-07-31 22:47:01 +08:00
parent 23cc569a47
commit 676fffa2c8
4 changed files with 42 additions and 3 deletions

View File

@@ -32,6 +32,19 @@ services:
networks:
- jeecg-boot
jeecg-boot-pgvector:
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/pgvector
container_name: jeecg-boot-pgvector
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: vector_db
ports:
- 5432:5432
restart: always
networks:
- jeecg-boot
jeecg-boot-system:
build:
context: ./jeecg-boot/jeecg-module-system/jeecg-system-start