优化docker-compose

This commit is contained in:
朱潮 2026-01-22 14:42:09 +08:00
parent 89f9554be5
commit 0dc4fd9155

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
postgres: postgres:
image: postgres:16-alpine image: pgvector/pgvector:pg16
container_name: qwen-agent-postgres container_name: qwen-agent-postgres
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres